Fixed most issues. Ping command still does not work. Using yarn instead of pnpm.

This commit is contained in:
Ahmad Khan 2023-09-16 22:10:14 -04:00
parent 41e6158fbc
commit fdf256346e
14 changed files with 674 additions and 1829 deletions

View file

@ -1,8 +1,6 @@
# poixpixel-discord-bot
[DO NOT USE. UNDER CONSTRUCTION.]
Install: ``pnpm install``
Install: ``yarn install``
Build: ``pnpm build``
Start: ``pnpm start``
Build & Start: ``yarn start``