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

https://github.com/max-programming/number-fact-bot


https://github.com/max-programming/number-fact-bot

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Number Fact Discord Bot

A Discord bot which tells a fact for any number you want.

Commands:
- `/fact `
- `/math_fact `
- `/year_fact `
## Environment Variables

To run this project, you will need to add the following environment variables to your `.env` file

`API_KEY`

`BOT_TOKEN`


## Run Locally

Clone the project

```bash
git clone https://github.com/max-programming/number-fact-bot
```

Go to the project directory

```bash
cd number-fact-bot
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```


## Tech Stack

Node.js, Discord.js, RapidAPI

## Feedback

If you have any feedback, please reach out to us at the issues 😉