Skip to content

Commit

Permalink
Fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Nov 11, 2024
1 parent 1fed793 commit 337fe27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/me/duncte123/io/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package me.duncte123.io

import net.dv8tion.jda.api.JDABuilder
import net.dv8tion.jda.api.entities.Activity
import net.dv8tion.jda.api.requests.GatewayIntent
import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit

Expand All @@ -12,6 +13,7 @@ fun main() {

val jda = JDABuilder.createLight(System.getenv("BOT_TOKEN"))
.addEventListeners(Listener())
.enableIntents(GatewayIntent.MESSAGE_CONTENT)
.setActivity(Activity.customStatus("SOURCE CODE IN BIO"))
.build()

Expand Down

0 comments on commit 337fe27

Please sign in to comment.