style: fix pretteir gh action

This commit is contained in:
Jacob Nguyen
2022-06-02 22:20:33 -05:00
committed by GitHub
parent 4e3f12b5dc
commit 60bbcc8ece

View File

@@ -6,7 +6,7 @@ const client = new Client({
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent //Make sure this is enabled for text commands!
GatewayIntentBits.MessageContent, //Make sure this is enabled for text commands!
],
});