dopeghoti / DiscordCurrentlyCastingBot

Python-based bot which uses the Discord and Twitch APIs to monitor a list of approved channels. When one goes live, a message will be posted. Any links to channels not on the air or approved will be removed.
5 stars 0 forks source link

Switch to IDs rather than Names for identifying guilds/channels #1

Closed dopeghoti closed 3 years ago

dopeghoti commented 3 years ago

Using IDs will allow for more robust runtime navigation of connected guild(s)/channel(s), allowing functionality to follow a channel (or guild) if it is renamed without needing a configuration change.