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

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

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!