barebones prototype
This commit is contained in:
parent
83f340ea01
commit
b53d33584c
60 changed files with 3743 additions and 1 deletions
12
templates/application_command.gd
Normal file
12
templates/application_command.gd
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
extends RefCounted
|
||||
|
||||
#func on_ready(main, bot: DiscordBot) -> void:
|
||||
# pass
|
||||
#
|
||||
#func on_autocomplete(main, bot: DiscordBot, interaction: DiscordInteraction, options: Array) -> void:
|
||||
# pass
|
||||
|
||||
func execute(main, bot: DiscordBot, interaction: DiscordInteraction, options: Array) -> void:
|
||||
pass
|
||||
|
||||
var data = ApplicationCommand.new().set_name("test_name").set_description("test_description")
|
||||
1
templates/application_command.gd.uid
Normal file
1
templates/application_command.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://db2x4erxyi6sw
|
||||
Loading…
Add table
Add a link
Reference in a new issue