Adding send method so i can send memes as the bot
This commit is contained in:
parent
1cd348cb6d
commit
e48f51956a
@ -448,6 +448,12 @@ async def roles(ctx):
|
|||||||
pass
|
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")
|
@bot.command(name="simp")
|
||||||
async def simp(ctx):
|
async def simp(ctx):
|
||||||
if len(ctx.message.content.split()) == 1:
|
if len(ctx.message.content.split()) == 1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user