https://github.com/muchassak/fungi-shroomer
Discord bot made specifically for the Fungus Inc. server 🍄
https://github.com/muchassak/fungi-shroomer
discordjs javascript nodejs
Last synced: about 2 months ago
JSON representation
Discord bot made specifically for the Fungus Inc. server 🍄
- Host: GitHub
- URL: https://github.com/muchassak/fungi-shroomer
- Owner: MuchaSsak
- License: mit
- Created: 2023-12-05T18:27:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T18:29:18.000Z (over 1 year ago)
- Last Synced: 2025-02-11T12:24:42.906Z (4 months ago)
- Topics: discordjs, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fungi Shroomer 🍄
Discord bot made specifically for the Fungus Inc. server 💬
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`TOKEN` - Your Discord's Bot generated token on [Discord Developer Portal](https://discord.com/developers/applications)
`CLIENT_ID` - Your Discord's user token
`GUILD_ID` - The Discord's server you invite the bot to
## Run Locally
Clone the project in the current directory
```bash
git clone https://github.com/MuchaSsak/fungi-shroomer.git .
```Install dependencies
```bash
yarn
```Start the server
```bash
yarn start
```## Deployment with Docker
Get the latest Docker image
```bash
docker pull muchassak/fungi-shroomer:latest
```Define the container
```bash
docker-compose up -d
```Start the container
```bash
docker exec fungi-shroomer env
```## License
[MIT](https://choosealicense.com/licenses/mit/)