mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 02:33:06 +00:00
Poixpixel Discord Bot
Bumps [globals](https://github.com/sindresorhus/globals) from 16.0.0 to 16.1.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.husky | ||
assets | ||
docs/bot | ||
src | ||
.commitlintrc | ||
.env.example | ||
.gitignore | ||
.lintstagedrc.mjs | ||
.prettierignore | ||
.prettierrc.yml | ||
.yarnrc.yml | ||
config.example.json | ||
docker-compose.yml | ||
drizzle.config.ts | ||
eslint.config.mjs | ||
generate-certs.sh | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Poixpixel's Discord Bot
Warning
This Discord bot is not production ready and is still in a testing state.
Tip
Want to see the bot in action? Join our Discord server.
Documentation & Setup Instructions
Warning
Documentation is still under construction. Expect incomplete and undocumented features.
All documentation and setup instructions can be found at https://docs.poixpixel.ahmadk953.org/
Development Commands
Install Dependencies: yarn install
Lint: yarn lint
Check Formatting: yarn format
Fix Formatting: yarn format:fix
Compile: yarn compile
Start: yarn target
Undeploy All Commands: yarn undeploy-commands
Build & Start (dev): yarn start:dev
Build & Start without Command Deployment (dev): yarn start:dev:no-deploy
Build & Start (prod): yarn start:prod
Restart (works only when the bot is started with yarn start:prod
): yarn restart