diff --git a/SuperMachoBot/Commands/EconomyCommands.cs b/SuperMachoBot/Commands/EconomyCommands.cs index 90f3659..b553c3a 100644 --- a/SuperMachoBot/Commands/EconomyCommands.cs +++ b/SuperMachoBot/Commands/EconomyCommands.cs @@ -9,8 +9,6 @@ namespace SuperMachoBot.Commands public static string jsonPath = ""; Random rnd = new Random(); - #region Economy Commands - /*[SlashCommand("Shutdown", "Kills the SuperMachoBot with a password.")] public async Task EconTestCommand(InteractionContext ctx, [Option("Password", "Enter it.")] string pass) { diff --git a/SuperMachoBot/Commands/SlashCommands.cs b/SuperMachoBot/Commands/SlashCommands.cs index 394b62e..a8fc4bb 100644 --- a/SuperMachoBot/Commands/SlashCommands.cs +++ b/SuperMachoBot/Commands/SlashCommands.cs @@ -7,7 +7,6 @@ namespace SuperMachoBot.Commands public class SlashCommands : ApplicationCommandModule { public static string rootPath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location); - #region General Commands [SlashCommand("Avatar", "Gets high resolution avatar of specified user.")] public async Task AvatarCommand(InteractionContext ctx, [Option("user", "Discord user to grab avatar from")] DiscordUser du) {