countdown-bot

A Discord bot that runs countdown games and generates analytics
git clone https://git.ashermorgan.net/countdown-bot/
Log | Files | Refs | README

commit c74f20f5cb61b6c1d5cc08c4117c7e1a95c9d55d
parent bbc7e2fe3432f39a214a83f03458f8ed92c7b6ea
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sat, 23 Jan 2021 14:01:34 -0800

Add command prefix alias.

Diffstat:
Mbot.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bot.py b/bot.py @@ -214,7 +214,7 @@ with open(os.path.join(os.path.dirname(__file__), "channels.txt"), "a+") as f: # Create Discord bot -bot = commands.Bot(command_prefix = "!count ") +bot = commands.Bot(command_prefix = ["!count ", "!c "])