diff --git a/bot.py b/bot.py index c5d62f4..fb4a068 100644 --- a/bot.py +++ b/bot.py @@ -34,8 +34,9 @@ async def on_ready(): print("------") -@bot.event -async def on_message(message): +@bot.command() +async def donate(ctx): + await ctx.send(s.donate_text) if message.author == client.user: return