botsetup
v1.0.0
Published
A CLI to generate basic bot file structure.
Readme
Make a tool to create discord bot file structure.
botsetup
A CLI to generate basic bot file structure.
Usage
botsetup genTODO
- [x] Choose a library with user interaction
- [ ] CLI will ask questions
- [ ] What's the directory
- default to current directory
- [ ] What's your username
- [ ] What's the bot token (password)
- [ ] Are you using a db ?
- [ ] What kind of db are you using ?
- [ ] SQL
- [ ] Hostname
- [ ] Port
- [ ] Password
- [ ] Database
- MongoDB
- [ ] uri
- [ ] SQL
- [ ] What kind of db are you using ?
- [ ] Do you need to manage invites ?
- [ ] What's the directory
