user registration, bal, change_bal, transfer

This commit is contained in:
stjet
2024-07-25 05:25:40 +00:00
parent f8780249ce
commit 9226debee2
14 changed files with 328 additions and 19 deletions

View File

@@ -29,10 +29,10 @@ async function run(interaction: ChatInputCommandInteraction) {
const data: CommandData = {
name: "roll",
description: "Roll dice",
registered_only: false,
ephemeral: false,
admin_only: false,
run,
//
};
export default data;