2018-12-23 13:13:39 +00:00
|
|
|
# Basic bot config
|
|
|
|
prefixes = [".", "!"]
|
|
|
|
token = "token-goes-here"
|
|
|
|
bot_description = "An attempt to rewrite the bot used in ReSwitched"
|
2018-12-23 17:27:51 +00:00
|
|
|
|
|
|
|
# The bot description to be used in .robocop embed
|
|
|
|
embed_desc = "Robocop-NG is developed by [Ave](https://github.com/aveao)"\
|
|
|
|
" and [tomGER](https://github.com/tumGER), and is a rewrite "\
|
|
|
|
"of Robocop.\nRobocop is based on Kurisu by 916253 and ihaveamac."
|
|
|
|
|
2018-12-23 13:13:39 +00:00
|
|
|
guild_whitelist = [
|
|
|
|
526372255052201993, # NotSwitched discord
|
|
|
|
269333940928512010 # ReSwitched discord
|
|
|
|
]
|
|
|
|
|
|
|
|
source_url = "https://github.com/aveao/robocop-ng"
|
2018-12-23 13:39:26 +00:00
|
|
|
rules_url = "https://reswitched.team/discord/"
|
2018-12-23 13:13:39 +00:00
|
|
|
|
2018-12-23 13:19:33 +00:00
|
|
|
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
|
2018-12-23 13:50:06 +00:00
|
|
|
526383985430102016] # Wizard role in NotSwitched
|
2018-12-23 15:44:16 +00:00
|
|
|
|
2018-12-23 16:31:12 +00:00
|
|
|
modlog_channel = 526377735908491284 # Log channel in NotSwitched
|
|
|
|
welcome_channel = 526372470752673792 # rules-info channel in NotSwitched
|
2018-12-23 17:13:40 +00:00
|
|
|
participant_role = 526378358129557506 # participant role in NotSwitched
|