mirror of
https://github.com/HMCore/Orbot.git
synced 2026-01-05 01:02:49 +00:00
Add ability to customize message
This commit is contained in:
@@ -10,7 +10,7 @@ fun main() {
|
||||
val builder = JDABuilder.createLight(
|
||||
Admin.token,
|
||||
GatewayIntent.GUILD_MESSAGES, GatewayIntent.DIRECT_MESSAGES)
|
||||
.setActivity(Activity.watching("for new Blogposts"))
|
||||
.setActivity(Activity.watching(Admin.message))
|
||||
.build()
|
||||
|
||||
builder.addEventListener(AdminCli())
|
||||
|
||||
Reference in New Issue
Block a user