redbrick / blockbot

Discord bot maintained by the Redbrick webgroup
GNU General Public License v3.0
1 stars 8 forks source link

Refactor role ids into config #29

Open JedHazaymeh opened 9 months ago

JedHazaymeh commented 9 months ago

Extract role ids into config.py, so config should look like:

CHANNEL_IDS = {
  "lobby": 627542044390457350
}

ROLE_IDS = {
  "Webgroup": 1166751688598761583,
  "Gamez": 1089204642241581139,
  "Croomer": 1172696659097047050
}