Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.95 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.95 KB

CodeFactor DeepSource GitHub issues GitHub contributors

Discord Bots

🤖 Denky Bot

Denky is a brazilian Discord bot, built with Node.js, TypeScript and discord.js.

Denky is totally modular, you can enable or disable features that you don't want, for example, http interactions, data posting to Discord bot lists, server/command logs etc.

⚙️ Self hosting

⚠️ Support will not be provided for CUSTOM self-hosted instances. Issues with custom self-hosted instances opened in this repository will be closed immediately.

  1. Create a Discord application. Guide.
  2. Install Node.js v16.9.0 or newer.
  3. Fork or clone this repository.
  4. Install dependecies using yarn.
  5. Generate the Prisma Client using yarn prisma.
  6. Go to packages/bot, packages/logger & packages/prisma and rename .env.example to .env and fill out the values.
  7. Go to packages/bot and rename config.example.json to config.json and fill out the values.
  8. Build the entire project using yarn build.
  9. Go to dist/bot and start the bot using npm start.

License

This project is licensed under the GPL-3.0 license.