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

🐛 fix: use int for admin users in config setup #211

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

ZRunner
Copy link
Contributor

@ZRunner ZRunner commented Jun 4, 2023

During the guided configuration setup process, the administrator user IDs are currently stored as strings, which make them unusable in the bot code (as they are then compared and treated as integers).

This PR fixes the configuration setup script. Affected configuration files will have to be manually fixed.

Copy link
Contributor

@ascpial ascpial left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aeris1One Aeris1One merged commit 5433f80 into beta Jun 5, 2023
@Aeris1One Aeris1One deleted the fix-admin-command branch June 5, 2023 06:44
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

Successfully merging this pull request may close these issues.

3 participants