From 9aeb024fecc7c381437cc37d20c815380a365fe4 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Tue, 2 Apr 2024 23:22:58 -0400 Subject: [PATCH] reeeeeeeeeeeeeeeeeeeeeee --- EmperorPalpatine/DiscordCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EmperorPalpatine/DiscordCommands.cs b/EmperorPalpatine/DiscordCommands.cs index 0beee2a..dc32740 100644 --- a/EmperorPalpatine/DiscordCommands.cs +++ b/EmperorPalpatine/DiscordCommands.cs @@ -89,7 +89,7 @@ public class DiscordCommands : ApplicationCommandModule return; } await vm.cvm.Ban(username); - await ctx.CreateResponseAsync($"Successfully banned {username} from {vm}"); + await ctx.CreateResponseAsync($"Successfully banned {username} from {vm.Config.Name}"); } [SlashCommand("kick", "Kick a user")] @@ -112,7 +112,7 @@ public class DiscordCommands : ApplicationCommandModule return; } await vm.cvm.Kick(username); - await ctx.CreateResponseAsync($"Successfully kicked {username} from {vm}"); + await ctx.CreateResponseAsync($"Successfully kicked {username} from {vm.Config.Name}"); } [SlashCommand("reboot", "Reboot a VM")]