spool system redo nearly done

still need to fix unload
This commit is contained in:
Tabby 2025-11-02 00:51:39 +11:00
parent 0ed04fbc93
commit b83ef6b77b
12 changed files with 286 additions and 46 deletions

View file

@ -65,7 +65,7 @@ func execute(main, bot: DiscordBot, interaction: DiscordInteraction, options: Ar
var data = ApplicationCommand.new()\
.set_name("printer-nozzle")\
.set_description("chnage the nozzle attached to a printer")\
.set_description("change the nozzle attached to a printer")\
.add_option(ApplicationCommand.string_option("name", "the printers name",
{
"required":true,