18 lines
746 B
Text
18 lines
746 B
Text
# Basic bot config
|
|
prefixes = [".", "!"]
|
|
token = "token-goes-here"
|
|
bot_description = "An attempt to rewrite the bot used in ReSwitched"
|
|
guild_whitelist = [
|
|
526372255052201993, # NotSwitched discord
|
|
269333940928512010 # ReSwitched discord
|
|
]
|
|
|
|
source_url = "https://github.com/aveao/robocop-ng"
|
|
rules_url = "https://reswitched.team/discord/"
|
|
|
|
bot_manager_role_id = 526372554081042462 # Bot management role in NotSwitched
|
|
staff_role_ids = [526384077679624192, # Team role in NotSwitched
|
|
526372582455508992, # Mod role in NotSwitched
|
|
526372554081042462, # Bot management role in NotSwitched
|
|
526383985430102016, # Wizard role in NotSwitched
|
|
] # syntaxing is hard~
|