Adding send method so i can send memes as the bot

This commit is contained in:
Luke Robles 2022-02-04 15:44:30 -08:00
parent 490fb5c133
commit cd289c3ba9

View File

@ -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: