added responses

This commit is contained in:
Robert Altner 2020-01-11 21:31:50 +01:00
parent 6cfa3c5210
commit b9b2b5c8b8
2 changed files with 11 additions and 1 deletions

View file

@ -17,5 +17,15 @@ class Responses(commands.Cog):
await message.channel.send(f"{message.author.mention} <:pinged:451198700832817202>")
return
if message.author.id == 478006431589728259:
if message.content == "<@&380535423233032193> NUMBERS REEEEEEEE":
await message.channel.send(f"<@&380535423233032193> {message.author.mention} REEEEEEEE")
if message.content == "<@&380535423233032193> <:nockgun:352019166288543745> 🔢":
await message.channel.send(f"<@&380535423233032193> <:nockgun:352019166288543745> {message.author.mention}")
if message.content == "<@&380535423233032193> is NOT for numbers":
await message.channel.send(f"<@&380535423233032193> ***IS*** for numbers")
def setup(client):
client.add_cog(Responses(client))