I'm dumb yea

This commit is contained in:
ION606
2022-12-19 20:49:46 -05:00
parent 9f5f94d49e
commit 5292bd8a09
+1 -1
View File
@@ -410,7 +410,7 @@ bot.on('guildMemberAdd', async (member) => {
}); });
bot.on('messageCreate', (message) => { console.log(y); bot.on('messageCreate', (message) => {
//DM SECTION //DM SECTION
if (message.channel.type === "DM") { if (message.channel.type === "DM") {
return handle_dm(message, bot); return handle_dm(message, bot);