mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Rename /settings to /editsettings
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
0b4a3f82f6
commit
3da23d9898
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public class SettingsCommandGroup : CommandGroup
|
||||||
/// <param name="setting">The setting to modify.</param>
|
/// <param name="setting">The setting to modify.</param>
|
||||||
/// <param name="value">The new value of the setting.</param>
|
/// <param name="value">The new value of the setting.</param>
|
||||||
/// <returns>A feedback sending result which may or may not have succeeded.</returns>
|
/// <returns>A feedback sending result which may or may not have succeeded.</returns>
|
||||||
[Command("settings")]
|
[Command("editsettings")]
|
||||||
[DiscordDefaultMemberPermissions(DiscordPermission.ManageGuild)]
|
[DiscordDefaultMemberPermissions(DiscordPermission.ManageGuild)]
|
||||||
[DiscordDefaultDMPermission(false)]
|
[DiscordDefaultDMPermission(false)]
|
||||||
[RequireContext(ChannelContext.Guild)]
|
[RequireContext(ChannelContext.Guild)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue