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)