Skip to content

Commit f15a959

Browse files
committed
Fixed bug in note command
1 parent 742bb23 commit f15a959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async def note(self, message):
186186
await asyncio.gather(
187187
self.bot.modmail_api.append_log(message,
188188
self.channel.id,
189-
type='system'),
189+
type_='system'),
190190
self.send(message, self.channel, note=True)
191191
)
192192

0 commit comments

Comments
 (0)