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

Audit and refactor constants #179

Open
shenanigansd opened this issue Oct 12, 2023 · 0 comments
Open

Audit and refactor constants #179

shenanigansd opened this issue Oct 12, 2023 · 0 comments
Assignees

Comments

@shenanigansd
Copy link
Contributor

We should clean up the constants, there are several that're arguably in the wrong places
For example, as discussed in #178 (comment),

bot/src/bot/constants.py

Lines 54 to 59 in d612898

class _DragonflyConfig(EnvConfig, env_prefix="dragonfly_"):
"""Dragonfly Cog Configuration"""
alerts_channel_id: int = 1121462652342910986
logs_channel_id: int = 1121462677131251752
alerts_role_id: int = 1122647527485878392

@shenanigansd shenanigansd self-assigned this Oct 12, 2023
@shenanigansd shenanigansd mentioned this issue Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant