BudWorks / Akaei

A fun, cute, and modern Discord bot featuring pets, economy, leveling, and more. Built with Discord.js and written in Typescript.
Mozilla Public License 2.0
1 stars 0 forks source link

Create the `/withdraw` command #5

Open JustYourBud opened 2 years ago

JustYourBud commented 2 years ago

The /withdraw command allows users to withdraw their money from the bank. They can either choose a specific amount, or just withdraw all of it at once, much like with /deposit in #4.

Commands

Command Subcommands Options
/withdraw - INTEGER
JustYourBud commented 2 years ago

Might need to either scrap withdrawing all at once or change the option type. This applies to #4 as well.