1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-16 07:16:41 +00:00
This commit is contained in:
Anson Biggs 2021-02-11 18:16:16 -07:00
parent f225c3b2d1
commit 5f3fcb4074

5
bot.py
View File

@ -34,6 +34,11 @@ async def on_ready():
print("------") print("------")
@bot.command()
async def license(ctx):
await ctx.send(s.license)
@bot.command() @bot.command()
async def donate(ctx): async def donate(ctx):
await ctx.send(s.donate_text) await ctx.send(s.donate_text)