refactoring and stuff
This commit is contained in:
parent
03e0f0d5a8
commit
9dc18b86a2
16 changed files with 260 additions and 115 deletions
|
|
@ -10,9 +10,9 @@ func execute(main, bot: DiscordBot, interaction: DiscordInteraction, options: Ar
|
|||
print("hiya!")
|
||||
interaction.reply(
|
||||
{
|
||||
"content" : "meow meow! hearing you loud and clear tabby!"
|
||||
"content" : "meow meow!"
|
||||
}
|
||||
)
|
||||
pass
|
||||
|
||||
var data = ApplicationCommand.new().set_name("meow_test").set_description("meow_desc")
|
||||
var data = ApplicationCommand.new().set_name("meow_test").set_description("meow meow meow!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue