mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Added code coments, refactored db.ts and redis.ts, and added two new commands
This commit is contained in:
parent
b3fbd2358b
commit
890ca26c78
30 changed files with 1899 additions and 462 deletions
|
@ -20,4 +20,8 @@ Compile: ``yarn compile``
|
|||
|
||||
Start: ``yarn target``
|
||||
|
||||
Build & Start: ``yarn start``
|
||||
Build & Start (dev): ``yarn start:dev``
|
||||
|
||||
Build & Start (prod): ``yarn start:prod``
|
||||
|
||||
Restart (works only when the bot is started with ``yarn start:prod``): ``yarn restart``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue