Update stealemoji.py
This commit is contained in:
parent
07fb183cc9
commit
5fde2412af
@ -78,6 +78,7 @@ class StealEmoji(Cog):
|
|||||||
|
|
||||||
await ctx.send("This server has been added as an emoji bank")
|
await ctx.send("This server has been added as an emoji bank")
|
||||||
|
|
||||||
|
@commands.Cog.listener()
|
||||||
async def on_reaction_add(self, reaction: discord.Reaction, user: discord.User):
|
async def on_reaction_add(self, reaction: discord.Reaction, user: discord.User):
|
||||||
"""Event handler for reaction watching"""
|
"""Event handler for reaction watching"""
|
||||||
if not reaction.custom_emoji:
|
if not reaction.custom_emoji:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user