Unable to get a list of guilds you are in
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:
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: @.***>
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.
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
Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069
Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069
Oh nice I can now worry about the simpler things now