reeeeeeeeeeeeeeeeeeeeeee
This commit is contained in:
parent
16a9f80a6f
commit
9aeb024fec
1 changed files with 2 additions and 2 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue