Bobbadillio / bottrosian

Starter kit for hosting a Discord bot on Heroku
2 stars 2 forks source link

Discord.py Guilds #4

Open Bobbadillio opened 2 years ago

Bobbadillio commented 2 years ago

Discord or discord.py appear to have some concept of "guild", and those might be relevant to this bot's effective operation. I should learn what these are!

BezerraC commented 2 years ago

Hi, in this link have a documentation about discord.py > guilds, and a lot example how to use, i think can help you https://discord.com/developers/docs/resources/guild

Bobbadillio commented 2 years ago

Nice, thanks for the direct link to docs! That looks like exactly what I was hoping a guild was, and should be useful to my bot.