Giter Club home page Giter Club logo

denkybot's Introduction

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.

denkybot's People

Contributors

davipatricio avatar deepsourcebot avatar nicolasribeiroo avatar renovate[bot] avatar wearifulcupid0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

denkybot's Issues

Split `DATABASE_URL` into multiple entries

Denky actually support 3 databases: MongoDB, Postgresql and CockroachDB. If you are testing both databases locally or want to keep easy to change databases, the actual implementation is not helpful.

Splitting DATABASE_URL can improve readability as the name will include the acronym of the database name.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency eslint-config-prettier to v8.10.0
  • chore(deps): update dependency eslint-plugin-import to v2.29.1
  • chore(deps): update dependency prettier to v2.8.8
  • chore(deps): update dependency typescript to v4.9.5
  • chore(deps): update typescript-eslint monorepo to v5.62.0 (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency @fastify/cors to v8.5.0
  • fix(deps): update dependency @sentry/node to v7.92.0
  • fix(deps): update dependency discord-verify to v1.2.0
  • fix(deps): update dependency discord.js to v14.14.1
  • fix(deps): update dependency dotenv to v16.3.1
  • fix(deps): update dependency tslib to v2.6.2
  • fix(deps): update dependency winston to v3.11.0
  • fix(deps): update dependency winston-transport to v4.6.0
  • fix(deps): update prisma monorepo to v4.16.2 (@prisma/client, prisma)
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/labeler action to v5
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-plugin-prettier to v5
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency typescript to v5
  • chore(deps): update typescript-eslint monorepo to v6 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency utf-8-validate to v6
  • fix(deps): update prisma monorepo to v5 (major) (@prisma/client, prisma)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/pr-automation.yml
  • actions/labeler v4
  • kentaro-m/auto-assign-action v1.2.3
.github/workflows/test.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @prisma/client 4.3.1
  • discord.js 14.3.0
  • tslib 2.4.0
  • @types/node 18.0.6
  • @typescript-eslint/eslint-plugin 5.36.1
  • @typescript-eslint/parser 5.36.1
  • eslint 8.23.0
  • eslint-config-airbnb-base 15.0.0
  • eslint-config-prettier 8.5.0
  • eslint-plugin-import 2.26.0
  • eslint-plugin-prettier 4.2.1
  • prettier 2.7.1
  • prisma 4.3.1
  • typescript 4.8.2
  • node >=16.9.0
  • yarn 4.0.0-rc.15
packages/bot/package.json
  • bufferutil 4.0.6
  • dayjs 1.11.5
  • discord.js 14.3.0
  • dotenv 16.0.2
  • hh-mm-ss 1.2.0
  • module-alias 2.2.2
  • ms 2.1.3
  • tslib 2.4.0
  • undici 5.10.0
  • utf-8-validate 5.0.9
  • utility-types 3.10.0
  • @types/module-alias 2.0.1
  • @types/node 18.0.6
  • typescript 4.8.2
packages/locales/package.json
  • discord.js 14.3.0
  • tslib 2.4.0
  • typescript 4.8.2
packages/logger/package.json
  • @sentry/node 7.12.1
  • discord.js 14.3.0
  • module-alias 2.2.2
  • winston 3.8.1
  • winston-transport 4.5.0
  • @types/module-alias 2.0.1
packages/prisma/package.json
  • @prisma/client 4.3.1
  • prisma 4.3.1
  • typescript 4.8.2
packages/webserver/package.json
  • @fastify/cors 8.1.0
  • discord-verify 1.0.0
  • discord.js 14.3.0
  • fastify 4.5.3
  • module-alias 2.2.2
  • tslib 2.4.0
  • @types/module-alias 2.0.1
  • @types/node 18.0.6
  • typescript 4.8.2

  • Check this box to trigger a request for Renovate to run again on this repository

Notify user when running `/help` in DMs about guildOnly commands

We should notify the user when running /help in DMs about guild-only commands not being available on DMs.

Not doing this can actually confuse the user as if he tries to execute a guild-only command in a DMChannel, the command will simply not be displayed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.