Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fimba-Code/discord-bot
Fimba Bot 🤖
https://github.com/Fimba-Code/discord-bot
bot discord-bot
Last synced: 2 months ago
JSON representation
Fimba Bot 🤖
- Host: GitHub
- URL: https://github.com/Fimba-Code/discord-bot
- Owner: Fimba-Code
- License: mit
- Created: 2020-05-19T19:21:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:39:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T01:41:50.930Z (6 months ago)
- Topics: bot, discord-bot
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-made-by-angolans - discord-bot - Code) (Uncategorized / Uncategorized)
README
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.