refactoring and stuff
This commit is contained in:
parent
03e0f0d5a8
commit
9dc18b86a2
16 changed files with 260 additions and 115 deletions
|
|
@ -7,7 +7,7 @@ extends RefCounted
|
|||
# pass
|
||||
|
||||
func execute(main, bot: DiscordBot, interaction: DiscordInteraction, options: Array) -> void:
|
||||
if not Tools.check_perms(interaction):
|
||||
if not Tools.check_perms(interaction): #limit access to technicians only
|
||||
return
|
||||
|
||||
print(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue