cooking
This commit is contained in:
parent
514d68adbf
commit
788633c014
12 changed files with 89 additions and 14 deletions
|
|
@ -33,6 +33,9 @@ func on_autocomplete(main, bot: DiscordBot, interaction: DiscordInteraction, opt
|
|||
pass
|
||||
|
||||
func execute(main, bot: DiscordBot, interaction: DiscordInteraction, options: Array) -> void:
|
||||
if not Tools.check_perms(interaction):
|
||||
return
|
||||
|
||||
print(options)
|
||||
var printer_name = options[0].value
|
||||
var new_slots : int = options[1].value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue