diff options
| author | Nathan Perry <avaglir@gmail.com> | 2017-07-29 16:39:57 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2017-07-29 16:39:57 -0400 |
| commit | eb12be6f8315973bfb3e39c259c00d325889c32c (patch) | |
| tree | edf28ba06a7184ff630401ea5ef967524b5fc596 /config.example.json | |
| parent | b562764a74caa986b99b523dbf78beced6fc1e88 (diff) | |
refactor works
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" |
