jagrosh / Selfbot

A simple Discord selfbot that is fast and easy to set up and use
Apache License 2.0
100 stars 56 forks source link

Sending two messages #74

Open MrDeluxe1 opened 6 years ago

MrDeluxe1 commented 6 years ago

On some commands the bot will send 2 messages instead of just one.

jagrosh commented 6 years ago

You're running it twice

MrDeluxe1 commented 6 years ago

I only have one open and it is still doing it.

shikhir-arora commented 6 years ago

Type jps Does this show more than one running?

MrDeluxe1 commented 6 years ago

Where do I type jps?

shikhir-arora commented 6 years ago

I think it's unsupported for Windows, but the command prompt. Not a Windows user so I wouldn't be able to confirm that. I assume you are using Windows though.

MrDeluxe1 commented 6 years ago

Yeah I'm on windows, could I look in the task manager and see it?

shikhir-arora commented 6 years ago

Yes you should be able to. Look for the running .jar file.

MrDeluxe1 commented 6 years ago

I found the program, and there is only one running.

jagrosh commented 6 years ago

The only reason why it would respond twice is if you're running it twice. Go into Task Manager and close anything with 'java' in it, and then run the jar from the command line (not from double-clicking it)

MrDeluxe1 commented 6 years ago

Ok

MrDeluxe1 commented 6 years ago

Hey! This fixed it thanks!