From 72652ef36879836fc78dcf084f37ed849c1e8b87 Mon Sep 17 00:00:00 2001 From: saucylegs <37064488+saucylegs@users.noreply.github.com> Date: Sun, 11 Apr 2021 01:09:05 -0700 Subject: [PATCH] add prefix to config example (#22) --- data/config.example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/config.example.py b/data/config.example.py index 8e015af..d69fa4c 100644 --- a/data/config.example.py +++ b/data/config.example.py @@ -8,6 +8,8 @@ # the bot must have Create Instant Invite permissions for this channel # if set to None, the support command will be disabled 'support_server_invite_channel': None, + + 'prefixes': ['em/'], 'tokens': { 'discord': 'sek.rit.token',