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
142 stars 46 forks source link

Unable to get a list of guilds you are in #266

Open VineST opened 10 months ago

VineST commented 10 months ago

All the dependencies for the bot appear to be in place, but it looks like Discum's API for getting guilds is broken. Is this true or am I missing something obvious? Can I somehow dump them manually as suggested by your script? Here's the relevant settings and error in question: image

vivinano commented 10 months ago

Yeah so I think there a separate piece of code I put in as a side script that will just output guilds into a text file Sent from my iPhoneOn Oct 30, 2023, at 2:19 PM, VineST @.***> wrote: All the dependencies for the bot appear to be in place, but it looks like Discum's API for getting guilds is broken. Is this true or am I missing something obvious? Can I somehow dump them manually as suggested by your script? Here's the relevant settings and error in question:

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

VineST commented 10 months ago

Great; where can I find that? Doesn't seem to be in this repo, unless it's buried in the main mudaeautobot.py somewhere. I see two example text files with guild and user config but no way to succinctly fill them with my appropriate data.

e: Looks like the script keeps running past the initial error, but fails to find the channel with the given ID. I've defined the correct server/guild ID (and put the same value for slash ID as well) and obtained the channel ID for channel_IDs. It might still be breaking due to the undefined guilds from the script despite the variables given in the config being usable.

vivinano commented 5 months ago

I think this is caused by a limitation of the library im using when the amount of server one joins becomes just really large. I havent tested it yet but as the the script is just there not in the main script

Nixeld commented 2 months ago

Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069

vivinano commented 2 months ago

Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069

Oh nice I can now worry about the simpler things now