Remove message content intent
This commit is contained in:
parent
287343b5d3
commit
e0e6dcab3d
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ public class Doki {
|
|||
|
||||
final JDA jda = JDABuilder.createLight(config.getToken())
|
||||
.setActivity(Activity.customStatus("Banned from everywhere"))
|
||||
.enableIntents(GatewayIntent.MESSAGE_CONTENT)
|
||||
.build()
|
||||
.awaitReady();
|
||||
|
||||
|
|
Loading…
Reference in a new issue