Update reactrestrict.py

This commit is contained in:
Ianardo DiCaprio 2019-07-20 02:13:22 +01:00 committed by GitHub
parent 0671313e10
commit 07fb183cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,6 +248,7 @@ class ReactRestrict(Cog):
await ctx.send("Reaction removed.")
@commands.Cog.listener()
async def on_raw_reaction_add(
self, emoji: discord.PartialEmoji, message_id: int, channel_id: int, user_id: int
):