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

@@ -25,10 +25,10 @@ async function run(interaction: ChatInputCommandInteraction) {
const data: CommandData = {
name: "say",
description: "Have the bot say something in a channel",
registered_only: false,
ephemeral: true,
admin_only: true,
run,
//
};
export default data;