https://github.com/glooobal/smaczny-bot
🚴♀️ Discord bot for Pyszne.pl unofficial server
https://github.com/glooobal/smaczny-bot
Last synced: 12 months ago
JSON representation
🚴♀️ Discord bot for Pyszne.pl unofficial server
- Host: GitHub
- URL: https://github.com/glooobal/smaczny-bot
- Owner: glooobal
- Created: 2025-06-04T11:26:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T12:37:58.000Z (about 1 year ago)
- Last Synced: 2025-06-14T13:37:12.050Z (about 1 year ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
1. Clone this repository
```
git clone https://github.com/glooobal/smaczny-bot
```
2. Install dependencies
```
pnpm install
```
3. Rename .exampleEnv to .env file and fill it with your credentials
```
discordToken=""
discordClientId=""
mongoUri=""
```
You can also rename exampleConfig.js to config.js and fill it with your credentials, but this is not mandatory.
4. Start client
```
pnpm run start
```
## Contributing
To contribute, simply fork this project and create a pull request with your changes. Whether it's a new feature, bug fix, or documentation improvement, we appreciate all contributions. Thank you for your interest in helping to make this project even better!