Clone this repository to your local machine:
https://github.com/1bali1/discord-bot-templateInstall the required dependencies:
pip install -r requirements.txtSet up your environment variables or the config.json file:
- Provide your bot token.
- Provide embed color. (Optional)
- Provide cogs path. (Optional)
- Provide config.json path. (Optional)
Start the bot:
python bot.pyConfiguration
You can configure the bot using the config.json file. In this file, you can set your Discord bot token, the embed color, and other settings.
Contributing If you want to contribute to this project, please open a new pull request or report an issue in the issue section.
Klónozd ezt a repót a saját gépedre:
https://github.com/1bali1/discord-bot-templateTelepítsd a szükséges függőségeket:
pip install -r requirements.txtÁllítsd be a környezeti változókat vagy a config.json fájlt:
- Add meg a bot tokenjét.
- Add meg az embed színét. (Opcionális)
- Add meg a cog útvonalát. (Opcionális)
- Add meg a config.json útvonalát. (Opcionális)
Indítsd el a botot:
python bot.pyKonfiguráció
A bot konfigurációját a config.json fájlban tudod megadni. Ebben a fájlban lehetőséged van megadni a Discord bot tokenjét, az embed színt, valamint további beállításokat.
Közreműködés Ha szeretnél közreműködni ebben a projektben, kérjük, nyiss egy új pull requestet vagy jelentkezz az issue szekcióban.