Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor role ids into config #29

Open
JedHazaymeh opened this issue Jan 31, 2024 · 0 comments
Open

Refactor role ids into config #29

JedHazaymeh opened this issue Jan 31, 2024 · 0 comments
Labels
good first issue Good for newcomers refactor Refactor existing code for easy maintenance

Comments

@JedHazaymeh
Copy link
Contributor

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

CHANNEL_IDS = {
  "lobby": 627542044390457350
}

ROLE_IDS = {
  "Webgroup": 1166751688598761583,
  "Gamez": 1089204642241581139,
  "Croomer": 1172696659097047050
}
@JedHazaymeh JedHazaymeh added the good first issue Good for newcomers label Jan 31, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Webgroup Jan 31, 2024
@JedHazaymeh JedHazaymeh added the refactor Refactor existing code for easy maintenance label Jan 31, 2024
@koyakonsta koyakonsta linked a pull request Feb 1, 2024 that will close this issue
@JedHazaymeh JedHazaymeh moved this from 📋 Backlog to 🖐 Assigned in Webgroup Feb 1, 2024
@JedHazaymeh JedHazaymeh moved this from 🖐 Assigned to 👀 Code Review in Webgroup Feb 1, 2024
@JedHazaymeh JedHazaymeh removed a link to a pull request Feb 2, 2024
@JedHazaymeh JedHazaymeh moved this from 👀 Code Review to 🖐 Assigned in Webgroup Feb 3, 2024
@novanai novanai moved this from 🖐 Assigned to 📋 Backlog in Webgroup Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactor Refactor existing code for easy maintenance
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

2 participants