cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

Discord refactor #38

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

Part of story #36 to pull all state into one place

Note: new changes to env file, using guild/channel id instead of name. You can get the id of your guild/channel by right clicking from the discord UI and selecting "Copy ID" at the bottom cc @jusplayin

https://support.discord.com/hc/en-us/articles/206346498

HARD_CODED_GUILD_ID="your_value_here" HARD_CODED_VOICE_CHANNEL_ID="your_value_here"