2023-12-17 18:24:10 -05:00
|
|
|
# skopa
|
|
|
|
|
2023-12-17 20:34:59 -05:00
|
|
|
general purpose discord bot
|
|
|
|
|
|
|
|
## running
|
|
|
|
|
|
|
|
install dependencies: `npm install`
|
|
|
|
|
2023-12-18 09:56:55 -05:00
|
|
|
initialize database: `node dbInit.js`
|
|
|
|
|
|
|
|
deploy commands: `node delpoy-commands.js`
|
|
|
|
|
2023-12-17 20:34:59 -05:00
|
|
|
start the bot: `node index.js`
|
2023-12-18 09:56:55 -05:00
|
|
|
|
|
|
|
## TODO
|
|
|
|
- Finish currency system
|