Mirror for Draver Bot project
Find a file
2026-07-04 15:31:52 +02:00
images feat(easteregg): 🥚 Setup eastereggs & splash text system 2022-12-07 16:19:45 +01:00
src Fix compilations errors 2026-07-04 15:31:52 +02:00
.editorconfig chore(deps): Add eslint 2022-12-24 13:42:11 +01:00
.env.example docs: 📝 Update readme 2023-10-29 18:40:24 +01:00
.eslintignore chore(deps): Add eslint 2022-12-24 13:42:11 +01:00
.eslintrc.json chore: 🔧 Remove warnings on explicit any 2023-02-04 19:21:06 +01:00
.gitignore chore: Fix config 2026-07-04 14:27:49 +02:00
.prettierrc.json chore: 🎉 Start project 2022-12-07 13:20:28 +01:00
environment.d.ts feat: Add compatibility with Bender Protect 2023-07-01 08:43:04 +02:00
LICENSE chore: 📄 Add license 2022-12-07 14:49:01 +01:00
package.json revert: Revert upgrade 2026-07-04 14:35:44 +02:00
README.md fix: 🩹 Fix readme list 2023-11-04 11:39:08 +01:00
renovate.json Add renovate.json 2023-02-17 17:18:42 +00:00
tsconfig.json revert: Revert upgrade 2026-07-04 14:35:44 +02:00
yarn.lock revert: Revert upgrade 2026-07-04 14:35:44 +02:00

Discord Bots

License

Released under the MIT License.

Usage

If you want to use Draver, follow these steps

  1. Clone the project ( git clone https://github.com/DraverBot/DraverBot && cd DraverBot )
  2. Install dependencies ( yarn install )
  3. Create a mysql database and fill the .env file, like in .env.example
  4. Launch the bot ( yarn launch )

Contributions

If you want to contribute to Draver, you can fork this repo and create pull requests, we will review them all

Please use conventional commits for your commits (VSCode extension)

Contributors