refactoring and stuff

This commit is contained in:
Tabby 2025-11-02 14:55:36 +11:00
parent 03e0f0d5a8
commit 9dc18b86a2
16 changed files with 260 additions and 115 deletions

View file

@ -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!")