executeCmd: type: world events: on discord slash command name:execute: - ~discordinteraction defer interaction: - define command_input ]> - if <[command_input]>: - execute silent as_server <[command_input]> - ~discordinteraction reply interaction: - else: - ~discordinteraction reply interaction: "Something went wrong!" - stop