vivinano / MudaeAutoBot

python bot that uses strictly the **Discord API** to Roll,Claim,and Kakera Snipe in Mudae. 5/10/21 project converted over to discum library
Apache License 2.0
149 stars 50 forks source link

... no response? #148

Closed notsceptor closed 2 years ago

notsceptor commented 2 years ago

When running the bot, nothing happens. My settings are configured correctly and there are no errors that are coming back, I have rolled and I've waited for almost 2 hours now... yet nothing has happened.

Am i missing something?

vivinano commented 2 years ago

A lot of users are having token issues so check that

Sent from my iPhone

On Mar 15, 2022, at 7:04 PM, shdwo @.***> wrote:

 when running the bot, nothing happens. my settings are figured correctly and there are no errors that are coming back, i have rolled and i've waited for almost 2 hours now... yet nothing has happened.

am i missing something?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

notsceptor commented 2 years ago

My user token matches perfectly. What exactly am I checking?

vivinano commented 2 years ago

okay so is it not claiming ? or is it not rolling ??

notsceptor commented 2 years ago

It's not doing anything. No claims, no rolls, no reactions, no output on command prompt, no error. It's impossible to tell what the issue is.

notsceptor commented 2 years ago

Do you have a discord I can message you on?

vivinano commented 2 years ago

I keep my discord for personal use and GitHub separate

notsceptor commented 2 years ago

Alright, I've tried for the past 2 days and it's still not working. The user token is completely fine and works perfectly but nothing is happening in command prompt.

vivinano commented 2 years ago

It seems like a user try just doing a small test app with the same token and see if it does a login comment prompt

notsceptor commented 2 years ago

Managed to fiddle around and got it semi-working.

File "MudaeAutoBot.py", line 719, in on_message msg = get_server_settings(gid,matched_channel) File "MudaeAutoBot.py", line 188, in get_server_settings · Prefix: {settings_hope_prefix} ($prefix)

UnboundLocalError: local variable 'settings_hope_prefix' referenced before assignment

I've got this issue now though...

vivinano commented 2 years ago

So there no channeldata so it tried to find a message in where the bot user has rolled since it's not finding anything the rolling variable is never set so it errors

notsceptor commented 2 years ago

Not sure why it didn't find my first couple of rolls. I rolled again and everything seems to work, thank you for the help.