add message support

This commit is contained in:
Mylloon 2022-07-26 14:56:41 +02:00
parent 7c3eb13e28
commit bba614198a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -45,6 +45,7 @@ export default async () => {
const client: Client = new Client({
intents: [
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MESSAGES,
],
});