Update SlashCommandHandler.cpp

This commit is contained in:
David Markowitz 2024-04-03 03:57:28 -07:00
parent 01ab936dbb
commit cc274adf6c

View File

@ -174,7 +174,7 @@ void SlashCommandHandler::Startup() {
Command KillCommand{
.help = "Smash a user",
.info = "Smashes the character whom the given user is playing",
.aliases = { "kill", "tsc" },
.aliases = { "kill" },
.handle = DEVGMCommands::Kill,
.requiredLevel = eGameMasterLevel::DEVELOPER
};