codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
19 stars 14 forks source link

Remove DISCORD_GUILD_ID from env. #54

Closed neolectron closed 1 year ago

neolectron commented 1 year ago

Problem

We need the bot to work on any server he's invited on. One instance could be invited to multiple servers, and if some code look into this, it could lead to unexpected behavior.

Solution

Wherever we used this guild ID, we should just loop over every guild the discord is in.