changed USA
This commit is contained in:
parent
8f70e65b92
commit
83b59c0fbc
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ class Reactions(commands.Cog):
|
||||||
await message.add_reaction("🇨🇳")
|
await message.add_reaction("🇨🇳")
|
||||||
|
|
||||||
if "america" in message.content.lower() or " usa" in message.content.lower():
|
if "america" in message.content.lower() or " usa" in message.content.lower():
|
||||||
await message.add_reaction("🇬")
|
await message.add_reaction("🇺🇸")
|
||||||
await message.add_reaction("🇦")
|
await message.add_reaction("🔫")
|
||||||
await message.add_reaction("🇾")
|
await message.add_reaction("🦅")
|
||||||
|
|
||||||
|
|
||||||
if "extremejoy" in message.content.lower():
|
if "extremejoy" in message.content.lower():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue