We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc37280 commit db55e4bCopy full SHA for db55e4b
1 file changed
techsupport_bot/commands/notes.py
@@ -230,7 +230,7 @@ async def clear_notes(
230
interaction (discord.Interaction): The interaction that called this command
231
user (discord.Member): The member to remove all notes from
232
"""
233
- notes = await self.get_notes(user, interaction.guild)
+ notes = await moderation.get_all_notes(self.bot, user, interaction.guild)
234
235
if not notes:
236
embed = auxiliary.prepare_deny_embed(
0 commit comments