mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-10 22:45:33 +00:00
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
# 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"
|
|
|
|
bot_manager_role_id = 1
|
|
staff_role_ids = [1, 2]
|