From 354a658cc3ec8c8c15232c70eb348a9bc73f95a0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jul 2020 20:17:40 -0400 Subject: Made the status channel customizable --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index af39e22..d39ebaa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Make a new file called `config.json` "token": "token_here", "prefix": "!", "voiceChannel": "voice_channel_id", - "botOwner": "your_user_id_here" + "botOwner": "your_user_id_here", + "statusChannel": "channel_id" } ``` -- cgit v1.2.3