Skip to content

Arekushi/anonimasu-bot

Repository files navigation

アノニマスボット

Nest Logo

Discord bot for the Anonymous da Favela server.

About The Project

Projeto criado para os usuários do servidor dos Anonymous da Favela, o bot inicialmente serve como um bot de música convencional. Aplica técnicas de OOP e funciona em conjunto tanto para comandos por mensagem tanto para comandos slash.

A inspiração o nome está no próprio nome do grupo, アノニマス (anonimasu), é uma adaptação da palavra anonymous (anônimo) provinda da língua inglesa para a japonesa.

Built With

Getting Started

For the use of the project, some prerequisites will be necessary.

Prerequisites (Windows)

  • Node
    1. You can download here: Node
    2. Here is a step-by-step installation tutorial. (Tutorial)

.env variables

You need to create an .env file inside the project root. You can also create .env.development and .env.production.

TOKEN="token" # String: Discord bot token
LIST_ENDPOINTS=false # Boolean: Whether endpoints will be presented on launch
MONGODB_DATABASE="database_name"
MONGODB_URL="mongodb+srv//..."
MONGODB_USER="admin"
MONGODB_PASSWORD="123456"

Installation and usage

  1. After the clone, inside the root of the project, run:

    npm i
  2. Already with a .env file configured, run:

    npm run dev

    Or if you wish, it is also possible:

    npm run prod
  3. Done, the whole process has been completed 🎉


Roadmap (Portuguese)

If you are interested, you can see our roadmap here.

Contributors


Alexandre Ferreira de Lima

Releases

No releases published

Packages

No packages published