Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-29 | command: add command decl sys | turret | |
additionally, edit ping to use new abstractions and command declaration facilities. TODO: move interaction create event to somewhere else. this spot isnt too good for it. | |||
2025-06-22 | example: Add ping command | turret | |
Unfortunately, we need to manually add the command to discords' registries for now :( Am working on an abstraction layer that will allow you to add commands easier (much like how me adding this command is simply adding this file to the project, except there is a macro and it will register the command automatically for you and the interaction event will have a default handler) |