1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2026-06-03 21:00:28 +00:00
This commit is contained in:
2021-02-11 18:16:16 -07:00
parent f225c3b2d1
commit 5f3fcb4074
+5
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)