From 5f3fcb40745f994fb41cf46b23b7c35fea949f8d Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 11 Feb 2021 18:16:16 -0700 Subject: [PATCH] close #15 --- bot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bot.py b/bot.py index fb4a068..4674394 100644 --- a/bot.py +++ b/bot.py @@ -34,6 +34,11 @@ async def on_ready(): print("------") +@bot.command() +async def license(ctx): + await ctx.send(s.license) + + @bot.command() async def donate(ctx): await ctx.send(s.donate_text)