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 0eb5ea4bf469275475caa996d15e615bc6ead184
parent 0ff8f6a29034338a45389255414a422bcaf9317b
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Fri, 22 Jan 2021 13:55:17 -0800

Add command aliases.

Diffstat:
Mbot.py | 10++++++++++
Aicon.png | 0
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/bot.py b/bot.py @@ -318,6 +318,16 @@ async def contributors(ctx): +# Command aliases +@bot.command() +async def c(ctx): + await contributors(ctx) +@bot.command() +async def p(ctx): + await progress(ctx) + + + # Run bot load_dotenv() bot.run(os.getenv("DISCORD_TOKEN")) diff --git a/icon.png b/icon.png Binary files differ.