mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
I'm dumb yea
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user