diff --git a/src/NadekoBot/Modules/Gambling/TestGamblingService.cs b/src/NadekoBot/Modules/Gambling/TestGamblingService.cs new file mode 100644 index 000000000..3ad229694 --- /dev/null +++ b/src/NadekoBot/Modules/Gambling/TestGamblingService.cs @@ -0,0 +1,6 @@ +namespace NadekoBot.Modules.Gambling; + +public class TestGamblingService +{ + +} \ No newline at end of file diff --git a/src/NadekoBot/Modules/Utility/ConfigCommands.cs b/src/NadekoBot/Modules/Utility/ConfigCommands.cs index 19c399e81..3adfd6e4c 100644 --- a/src/NadekoBot/Modules/Utility/ConfigCommands.cs +++ b/src/NadekoBot/Modules/Utility/ConfigCommands.cs @@ -6,29 +6,13 @@ public partial class Utility { public class ConfigCommands : NadekoSubmodule { - private readonly BotConfigService _bss; - private readonly SelfService _selfService; - private readonly IEnumerable _settingServices; - public ConfigCommands(BotConfigService bss, SelfService selfService, IEnumerable settingServices) + public ConfigCommands(IEnumerable settingServices) { _settingServices = settingServices; - _bss = bss; - _selfService = selfService; } - [NadekoCommand, Aliases] - [OwnerOnly] - public Task BotConfigEdit() - => Config("bot"); - - [NadekoCommand, Aliases] - [Priority(0)] - [OwnerOnly] - public Task BotConfigEdit(string prop, [Leftover] string newValue = null) - => Config("bot", prop, newValue); - [NadekoCommand, Aliases] [OwnerOnly] public async Task ConfigReload(string name) diff --git a/src/NadekoBot/data/aliases.yml b/src/NadekoBot/data/aliases.yml index 30858f131..647e2b8b0 100644 --- a/src/NadekoBot/data/aliases.yml +++ b/src/NadekoBot/data/aliases.yml @@ -1050,9 +1050,6 @@ streamroleblacklist: streamrolewhitelist: - streamrolewhitelist - srwl -botconfigedit: -- botconfigedit -- bce config: - config - conf diff --git a/src/NadekoBot/data/strings/commands/commands.en-US.yml b/src/NadekoBot/data/strings/commands/commands.en-US.yml index ab27fcafb..231ab2b57 100644 --- a/src/NadekoBot/data/strings/commands/commands.en-US.yml +++ b/src/NadekoBot/data/strings/commands/commands.en-US.yml @@ -1782,11 +1782,6 @@ streamrolewhitelist: args: - "add @Someone#1234" - "rem @Someone#1234" -botconfigedit: - desc: "Obsolete, use `{0}config` or `{0}config bot` instead" - args: - - "color.ok 00ff00" - - "" config: desc: |- Gets or sets configuration values.