Adding send method so i can send memes as the bot
This commit is contained in:
parent
490fb5c133
commit
cd289c3ba9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user