ZeroDiscord / Giveaway

Easy To Use Giveaway Bot For Discord Written In Discord.js v14. Ft. Slash Commands & Select Menus. Make Giveaways and seamlessly enjoy giveaways on your discord server with advanced features such as role and server requirements!
Creative Commons Zero v1.0 Universal
148 stars 129 forks source link

the bot crashes when I use the help command #21

Closed binary-blazer closed 2 years ago

binary-blazer commented 2 years ago

Hello Zero, I installed Node.js v16 but the bot crashes when I usw the help command and the console Shows me that: Screenshot_20211219-081359_Firefox

ZeroDiscord commented 2 years ago

Bug does not make sense, are you using the command in dms?

binary-blazer commented 2 years ago

ok how can i do that so that you can't write the bot privately, like the text commands because if i do (prefix)help the bot does not write back (in dms) but if i use slash commands the bot writes back how can i do that so that the bot does not write back as with the text commands?

ZeroDiscord commented 2 years ago

In events > discord > messageCreate.js : around line 4 add

if(!message?.guild) return