From ac951656414ce7c7ede97b1cee02a141df0c496d Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Fri, 28 Feb 2020 23:16:15 -0500 Subject: [PATCH] Changes to example config --- config-example.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-example.json b/config-example.json index 0f54603..775535a 100644 --- a/config-example.json +++ b/config-example.json @@ -1,9 +1,10 @@ { - "VERSION": "0.1", - "DESCRIPTION": "Just a bot, here to help us with server moderation and tide quelling.", + "VERSION": "1.3 public", + "DESCRIPTION": "a minimalist search utility bot for discord, designed by taciturasa.", "MAINTENANCE": false, "TOKEN": "", "PREFIX": ["search!"], "PREFIXLESS_DMS": true, + "PERMS": 378944, "BLOCKED": [] } \ No newline at end of file