Mirror for Draver Bot project
Find a file
David Heslière 301f3b8e3e
Merge pull request #289 from DraverBot/renovate/lint-staged-15.x-lockfile
chore(deps): update dependency lint-staged to v15.5.2
2026-04-24 06:38:45 +02:00
images feat(easteregg): 🥚 Setup eastereggs & splash text system 2022-12-07 16:19:45 +01:00
src fix: 🐛 Fix level suite implementation 2024-05-26 19:16:54 +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: 🙈 Ignore logs 2022-12-08 17:01:44 +01: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 Bump axios from 1.7.9 to 1.15.0 2026-04-20 12:27:12 +00: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 fix(ts): 🔧 Fix tsconfig 2022-12-07 13:24:44 +01:00
yarn.lock Merge pull request #289 from DraverBot/renovate/lint-staged-15.x-lockfile 2026-04-24 06:38:45 +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