Skip to content

Commit

Permalink
edit some config to match warnet discord bot
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmoo committed Jan 20, 2024
1 parent 01053ff commit a4e0972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
# These are administrator role on Warnet guild
ADMINISTRATOR_ROLE_ID = {'admin': '761650159833841674', 'mod': '761662280541798421'}
NON_ADMINISTRATOR_ROLE_ID = {'staff': '951170972671701063'}
BOOSTER_ROLE_ID = 830753532277030962 # 768874803712753727
BOOSTER_ROLE_ID = 768874803712753727

ADMIN_CHANNEL_ID = 924173778899054623 # 761684443915485184
ADMIN_CHANNEL_ID = 761684443915485184
WARN_LOG_CHANNEL_ID = 1058433863333978172
MESSAGE_LOG_CHANNEL_ID = 761684504673910784
TATSU_LOG_CHANNEL_ID = 924173778899054623 # 877432699214782464
TATSU_LOG_CHANNEL_ID = 877432699214782464

BOOSTER_MONTHLY_EXP = 4000

Expand Down

0 comments on commit a4e0972

Please sign in to comment.