stuyy / slappey

Discord Bot Project Generator
219 stars 50 forks source link

my bot keeps repeating commands #47

Open 1killduck1 opened 3 years ago

1killduck1 commented 3 years ago

my bot keeps repeating the command text 4 to 5 sometimes it just 2 times and it all in one masg but sometimes its delayed by a 1 sec or 2. if anyone knows what causing this please help me

kakarot-dev commented 3 years ago

It is best if u install nodemon or u need to do Control + c then use npm run start

The main reason is because one part of ur code is already running...and since u might have started the bot there are two commands triggered

loveisglitchy commented 3 years ago

@1killduck1 Your bot is running in more than one terminal. Just close out all of them and start one back up. Please confirm that this solves your issue by closing this issue?