This commit is contained in:
Brazman 2023-04-06 08:22:02 -05:00
commit 0c80cc9cc0
2 changed files with 0 additions and 3 deletions

View File

@ -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)
{

View File

@ -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)
{