TylerPottsDev / ghost-bot

6 stars 3 forks source link

Ghost ZT showing multiple commands at once #3

Open samast20000 opened 2 years ago

samast20000 commented 2 years ago

The bot is showing double the commands at once, might be due to two node processes running at the same time.

image
v-maxson commented 2 years ago

Looks to be multiple different commands being registered with the same name. This shouldn't even be allowed by Discord, but I'd recommend deleting all commands on startup or caching what SHOULD be registered and deleting the rest on startup.

TylerPottsDev commented 2 years ago

I'll will look into fixing this!