Discord bot for the Anonymous da Favela server.
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.
For the use of the project, some prerequisites will be necessary.
- Node
- You can download here: Node
- Here is a step-by-step installation tutorial. (Tutorial)
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"
-
After the clone, inside the root of the project, run:
npm i
-
Already with a
.env
file configured, run:npm run dev
Or if you wish, it is also possible:
npm run prod
-
Done, the whole process has been completed 🎉
If you are interested, you can see our roadmap here.
Alexandre Ferreira de Lima |
---|