Discord Bot Bolyasina is a versatile bot designed to bring entertainment and utility to Discord servers. With features like playing videos using text, showcasing AI-generated pictures, and streaming music from YouTube, Bolyasina aims to provide fun experiences for young audiences.
To set up the Discord Bot Bolyasina on your system, follow these steps:
-
Install Requirements:
pip install -r requirements.txt
-
Configure Environment Variables:
- Create a
.envfile in the root directory of the project. - Add the following lines to the
.envfile:API_KEY=<api_key> BOT_OWNER_ID=<bot_owner_id>
- Create a
-
Modules/Cogs:
- aicog.py: Cog for generating pictures and text by prompt (using API).
- musiccog.py: Cog for playing music from YouTube in voice chat with a queuing system.
- paginator.py: Cog for generating pages, useful for listing items in multiple pages.
- vidtotextcog.py: Cog for playing videos from YouTube as text.
We welcome contributions from the community to enhance Discord Bot Bolyasina further. Feel free to submit pull requests or open issues to suggest improvements or report any bugs. We're also open to discussing any questions or ideas you may have.


