Removed unnecessary logs, fixed voice commands not working, made eval send a file if the output is too long
This commit is contained in:
parent
729192dfe7
commit
2823fb2fd3
3 changed files with 9 additions and 4 deletions
|
@ -14,8 +14,7 @@ const client = new Client(process.env.TOKEN, {
|
|||
GUILD_ROLE_DELETE: true,
|
||||
GUILD_ROLE_UPDATE: true,
|
||||
TYPING_START: true,
|
||||
USER_UPDATE: true,
|
||||
VOICE_STATE_UPDATE: true
|
||||
USER_UPDATE: true
|
||||
},
|
||||
maxShards: "auto",
|
||||
opusOnly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue