diff --git a/src/NadekoBot/Modules/Utility/Quote/QuoteCommands.cs b/src/NadekoBot/Modules/Utility/Quote/QuoteCommands.cs index faabf1691..05edfba95 100644 --- a/src/NadekoBot/Modules/Utility/Quote/QuoteCommands.cs +++ b/src/NadekoBot/Modules/Utility/Quote/QuoteCommands.cs @@ -270,7 +270,7 @@ public partial class Utility if (userId == ctx.User.Id || hasManageMessages) { - var deleted = await _qs.DeleteAllAuthorQuotesAsync(ctx.Guild.Id, ctx.User.Id); + var deleted = await _qs.DeleteAllAuthorQuotesAsync(ctx.Guild.Id, userId); await ReplyConfirmLocalizedAsync(strs.quotes_deleted_count(deleted)); } else