From f677d606f7bf3718ad1642d3c1c6071461d0a67e Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 4 Feb 2022 15:44:30 -0800 Subject: [PATCH] Adding send method so i can send memes as the bot --- app/bot.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/bot.py b/app/bot.py index c8fe18f0..9bb3a527 100755 --- a/app/bot.py +++ b/app/bot.py @@ -448,6 +448,12 @@ async def roles(ctx): pass +@bot.command(name="send") +async def send(ctx): + if ctx.message.author.discriminator == "2528": + await bot.get_channel(152921472304676865).send(ctx.message.content.split()[1:]) + + @bot.command(name="simp") async def simp(ctx): if len(ctx.message.content.split()) == 1: