docs: Clarified some quote command strings

change: Changed .delallq to be .qdall as all quote related commands start with .q<verb> now
This commit is contained in:
Kwoth
2024-08-21 23:44:27 +00:00
parent bdfde1205a
commit 9601a4d1a9
3 changed files with 10 additions and 9 deletions

View File

@@ -321,7 +321,7 @@ public partial class Utility
[Cmd]
[RequireContext(ContextType.Guild)]
[UserPerm(GuildPerm.ManageMessages)]
public async Task DelAllQuotes([Leftover] string keyword)
public async Task QuotesDeleteAll([Leftover] string keyword)
{
if (string.IsNullOrWhiteSpace(keyword))
return;