Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Fimba-Code/discord-bot

Fimba Bot 🤖
https://github.com/Fimba-Code/discord-bot

bot discord-bot

Last synced: 19 days ago
JSON representation

Fimba Bot 🤖

Awesome Lists containing this project

README

        



Fimba Code logo


Fimba Code's Discord Bot 🤖


This bot is built using [Discord.js](https://discord.js.org)

Here's a quick [guide](https://discordjs.guide/) ands the [docs](https://discord.js.org/#/docs/main/stable/general/welcome)

## Getting started

Install dependencies

```bash
yarn
```

## Start app

Launching the bot:

```bash
yarn dev
```

If you want, you can play with the Bot's API by mocking them. Otherwise you'd want to create you own server to try it out
or even ask us to provided a dev token.

> **_Imporntant_**: You'd also want to set up a mongo database based on our model. Please check `.env.example` to set up your testing environment.