From eb12be6f8315973bfb3e39c259c00d325889c32c Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 29 Jul 2017 16:39:57 -0400 Subject: refactor works --- config.example.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.example.json') 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" -- cgit v1.3.1