mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-18 00:31:00 -05:00
Compare commits
2 Commits
41df15db32
...
fe990e969e
Author | SHA1 | Date | |
---|---|---|---|
|
fe990e969e | ||
|
eb9cf0d773 |
@ -54,7 +54,7 @@ export default class TClient extends Discord.Client {
|
||||
Discord.GatewayIntentBits.GuildMessages, Discord.GatewayIntentBits.DirectMessages
|
||||
],
|
||||
partials: [
|
||||
Discord.Partials.Message
|
||||
Discord.Partials.Message, Discord.Partials.Channel
|
||||
],
|
||||
allowedMentions: {users:[], roles:[]}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user