Skip to content

Commit 29747b7

Browse files
committed
lint
1 parent 60ac027 commit 29747b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,9 @@ 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_command("contact"), user=member, manual_trigger=False)
1151+
await ctx.invoke(
1152+
self.get_command("contact"), user=member, manual_trigger=False
1153+
)
11521154

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

0 commit comments

Comments
 (0)