diff options
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.example.json b/config.example.json index 2b923b7..5387493 100644 --- a/config.example.json +++ b/config.example.json @@ -1,10 +1,10 @@ { "trigger": "bot", "queue_size": 5, - "admin": 12345, + "admin_user_id": 12345, "op_role": "bot-op", - "server": "example server", - "voice_channel": "General", + "guild_id": 12345, + "voice_channel_id": 12345, "token": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "client_id": "abcd", "client_secret": "efgh" |
