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

Closing All issues for now as importing over to discord.py self #281

Open vivinano opened 1 month ago

WatameBytes commented 1 month ago

Good luck!

vivinano commented 1 month ago

no worries i slowly hope for death daily this is literally my 3rd times converting code for this project alone but hoping to get a basic bot going and then just add features later

HANSSS9631 commented 1 month ago

I wish you best of luck!

PwccaCode commented 1 month ago

Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a pr or jus wait?

Nixeld commented 1 month ago

Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a pr or jus wait?

Mostly working in this fork

vivinano commented 1 month ago

Well a lot of the issues with the old version with discum comes mostly from the discum library not being maintained I think I just kept getting a lot of report of this and that not working Sent from my iPhoneOn Sep 16, 2024, at 9:49 AM, Nixeld @.***> wrote:

Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a pr or jus wait?

Mostly working in this fork

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

PwccaCode commented 1 month ago

Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a pr or jus wait?

Mostly working in this fork

Is there any settings that prevent the mob from insta snipping? I can't seem to win from any other user, even ppl that are not using any bots, the server doesn't have any protection settings

Nixeld commented 1 month ago

Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a pr or jus wait?

Mostly working in this fork

Is there any settings that prevent the mob from insta snipping? I can't seem to win from any other user, even ppl that are not using any bots, the server doesn't have any protection settings

$togglesnipe to add a snipe delay for the channel.

vivinano commented 1 month ago

current push to repo added in auto parsing of server settings like before but only thru search so currently you have to manually enter the channel that the server setting resides on within the code for now

vivinano commented 1 month ago

@Nixeld if you have fixes in your fork and you wanted me to update the discum version i dont mind reviewing the changes and merging. but overall felt like after the discum repo stop being maintained.

WeeblyMon commented 1 month ago

I've been trying to get this bot up and running for quite some time now. I've tried all the available versions on this repository, including the latest fork, but I keep running into problems. The readme files don’t provide clear or helpful instructions for setup, which adds to the confusion.

Here are the issues I've encountered:

Connection Problems: In most cases, the bot fails to connect properly. To authenticate, I obtain my user token via Chrome: Chrome -> Discord -> Inspector -> Applications -> Local Storage -> Tokens. Despite this, Discum doesn’t seem to connect as expected in the bot. I even wrote a minimal script to read and display messages from a channel, which worked fine, so I know my token is valid.

Errors on Release Version:

File "C:\Users####\AppData\Roaming\Python\Python311\site-packages\discum\gateway\session.py", line 42, in user return self.settings_ready['user']


KeyError: 'user'
And:

2024-09-28 05:27:59,497: Could not find settings for #######, please trigger the '$settings' command in the server and run the bot again.

**Errors on the Latest Fork:**

The latest fork only added more issues, and there’s no clear explanation about things like what "exguild" is or what the placeholders in user.txt represent. I encountered this error almost immediately:

ERROR: Could not retrieve guilds. Please check your settings or login status.

for gid, guild in guilds.items():
                    ^^^^^^
UnboundLocalError: cannot access local variable 'guilds' where it is not associated with a value

The lack of clear instructions and multiple issues with connecting or retrieving guilds make it hard to troubleshoot.
PwccaCode commented 1 month ago

I've been trying to get this bot up and running for quite some time now. I've tried all the available versions on this repository, including the latest fork, but I keep running into problems. The readme files don’t provide clear or helpful instructions for setup, which adds to the confusion.

Here are the issues I've encountered:

Connection Problems: In most cases, the bot fails to connect properly. To authenticate, I obtain my user token via Chrome: Chrome -> Discord -> Inspector -> Applications -> Local Storage -> Tokens. Despite this, Discum doesn’t seem to connect as expected in the bot. I even wrote a minimal script to read and display messages from a channel, which worked fine, so I know my token is valid.

Errors on Release Version:

File "C:\Users####\AppData\Roaming\Python\Python311\site-packages\discum\gateway\session.py", line 42, in user return self.settings_ready['user'] ~~~~~~~^^^^^^^^ KeyError: 'user' And:

2024-09-28 05:27:59,497: Could not find settings for #######, please trigger the '$settings' command in the server and run the bot again.

Errors on the Latest Fork:

The latest fork only added more issues, and there’s no clear explanation about things like what "exguild" is or what the placeholders in user.txt represent. I encountered this error almost immediately:

ERROR: Could not retrieve guilds. Please check your settings or login status.

for gid, guild in guilds.items(): ^^^^^^ UnboundLocalError: cannot access local variable 'guilds' where it is not associated with a value

The lack of clear instructions and multiple issues with connecting or retrieving guilds make it hard to troubleshoot.

just use this fork bro https://github.com/Nixeld/MudaeAutoBot everything is working, just make sure you install the discum version from readme