Skip to content

Commit

Permalink
Change status to custom status
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Aug 9, 2023
1 parent db9c343 commit d170cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.3.0-alpha14")
implementation("io.github.microutils:kotlin-logging:2.1.21")

implementation("net.dv8tion:JDA:5.0.0-beta.3")
implementation("com.github.LorittaBot:DeviousJDA:19d95ed662")
implementation("com.github.MinnDevelopment:jda-ktx:9370cb13cc")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ class LorittaHelper(val config: LorittaHelperConfig, val fanArtsConfig: FanArtsC
MemberCachePolicy.ALL
)
.setRawEventsEnabled(true)
.setActivity(Activity.playing("https://youtu.be/CNPdO5TZ1DQ"))
.setActivity(Activity.customStatus("https://youtu.be/CNPdO5TZ1DQ"))
.build()
.awaitReady()
this.jda = jda

commandManager.register(LoriToolsCommand(this))

if (config.lorittaDatabase != null) {
val dailyCatcher = DailyCatcherManager(this, jda)

Expand Down

0 comments on commit d170cd9

Please sign in to comment.