removed number reactions
This commit is contained in:
parent
6b0c044c40
commit
53414148a2
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ class Responses(commands.Cog):
|
||||||
await message.channel.send(f"Stop pinging us {message.author.mention} <:pinged:451198700832817202>")
|
await message.channel.send(f"Stop pinging us {message.author.mention} <:pinged:451198700832817202>")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
"""
|
||||||
if message.author.id == 478006431589728259:
|
if message.author.id == 478006431589728259:
|
||||||
if message.content == "<@&380535423233032193> NUMBERS REEEEEEEE":
|
if message.content == "<@&380535423233032193> NUMBERS REEEEEEEE":
|
||||||
await message.channel.send(f"<@&380535423233032193> {message.author.mention} REEEEEEEE")
|
await message.channel.send(f"<@&380535423233032193> {message.author.mention} REEEEEEEE")
|
||||||
|
@ -25,6 +26,7 @@ class Responses(commands.Cog):
|
||||||
|
|
||||||
if message.content == "<@&380535423233032193> is NOT for numbers":
|
if message.content == "<@&380535423233032193> is NOT for numbers":
|
||||||
await message.channel.send(f"<@&380535423233032193> ***IS*** for numbers")
|
await message.channel.send(f"<@&380535423233032193> ***IS*** for numbers")
|
||||||
|
"""
|
||||||
|
|
||||||
def setup(client):
|
def setup(client):
|
||||||
client.add_cog(Responses(client))
|
client.add_cog(Responses(client))
|
Loading…
Add table
Add a link
Reference in a new issue