Skip to content

Commit 60ac027

Browse files
committed
bugfix
1 parent cdad320 commit 60ac027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ async def on_raw_reaction_add(self, payload):
11481148

11491149
ctx = await self.get_context(message)
11501150
ctx.author = member
1151-
await ctx.invoke(self.get_cog("Modmail").contact, user=member, manual_trigger=False)
1151+
await ctx.invoke(self.get_command("contact"), user=member, manual_trigger=False)
11521152

11531153
async def on_raw_reaction_remove(self, payload):
11541154
if self.config["transfer_reactions"]:

0 commit comments

Comments
 (0)