https://github.com/max-programming/number-fact-bot
https://github.com/max-programming/number-fact-bot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-programming/number-fact-bot
- Owner: max-programming
- Created: 2021-09-10T04:35:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T04:57:27.000Z (over 4 years ago)
- Last Synced: 2025-02-09T17:31:13.563Z (10 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😉