From 3da23d9898e0b27e8e4e65b012b5d2da18a448d1 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Mon, 21 Aug 2023 20:02:43 +0500 Subject: [PATCH] Rename /settings to /editsettings Signed-off-by: Octol1ttle --- src/Commands/SettingsCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/SettingsCommandGroup.cs b/src/Commands/SettingsCommandGroup.cs index f554f32..861b9ea 100644 --- a/src/Commands/SettingsCommandGroup.cs +++ b/src/Commands/SettingsCommandGroup.cs @@ -149,7 +149,7 @@ public class SettingsCommandGroup : CommandGroup /// The setting to modify. /// The new value of the setting. /// A feedback sending result which may or may not have succeeded. - [Command("settings")] + [Command("editsettings")] [DiscordDefaultMemberPermissions(DiscordPermission.ManageGuild)] [DiscordDefaultDMPermission(false)] [RequireContext(ChannelContext.Guild)]