Androz2091 / discord-giveaways

🎉 Complete framework to facilitate the creation of giveaways using discord.js
https://discord-giveaways.js.org
MIT License
336 stars 127 forks source link

Reset bot #488

Closed ReturnTheAcuatic closed 1 year ago

ReturnTheAcuatic commented 1 year ago

Let me tell you, today I was looking at modules and I found one that caught my attention (discord giveway), I read your guides a bit and some examples and compensated by implementing the codes to my bot, after implementing the codes I run the first command (/start giveaways) everything was normal, but when I chose the winner the bot restarted

Code: Screenshot_2022-12-17-03-12-44-703-edit_com android chrome

Nico105 commented 1 year ago

Your code seems fine, and the module cannot restart a bot itself. Do you maybe have some system in place which auto restarts on error like nodemon? Cause then the cause was some error, which you could look out for.