1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 20:30:58 -05:00

Whoever removed this, please eat a raw tuna fish.

This commit is contained in:
toast-ts 2024-02-24 08:14:35 +11:00
parent c9b3bc9adc
commit eb9cf0d773

View File

@ -54,7 +54,7 @@ export default class TClient extends Discord.Client {
Discord.GatewayIntentBits.GuildMessages, Discord.GatewayIntentBits.DirectMessages Discord.GatewayIntentBits.GuildMessages, Discord.GatewayIntentBits.DirectMessages
], ],
partials: [ partials: [
Discord.Partials.Message Discord.Partials.Message, Discord.Partials.Channel
], ],
allowedMentions: {users:[], roles:[]} allowedMentions: {users:[], roles:[]}
}) })