Stying's Quran Bot is a Discord bot designed to provide users with access to Quranic verses and audio recitations directly within their Discord servers. With QuranBot, users can easily read verses from different chapters (Surahs) of the Quran and listen to audio recitations in various voices. Invite the Bot!
- Read Quranic Verses: Browse and read verses from different chapters of the Quran.
- Listen to Audio Recitations: Listen to audio recitations of Quranic chapters (Surahs) in various voices.
- Python 3.8 or higher
- Discord Bot Token (Obtain from Discord Developer Portal)
- Clone the repository:
git clone https://github.com/StyingDev/Styings-Quran-Bot.git
- Navigate to the project directory:
cd Styings-Quran-Bot
- Install the required Python packages:
pip install -r requirements.txt
- Create a '.env' file in the project directory and add your Discord Bot Token:
DISCORD_TOKEN=your_discord_bot_token_here
Run the following command to start the bot:
python main.py
- /read: Select and read verses from different chapters of the Quran.
- /recite: Select and listen to audio recitations of Quranic chapters (Surahs).
- /leave: Select and bot will promt the bot the leave the Voice chat.
- /pause: Select and pause the playing audio.
- /resume select and resume the playing audio.
- /loop Select and loop the playing audio.
- /stoploop Select and stop looping the playing audio.
When prompted to select a chapter, choose from the provided options to read or listen to the selected chapter.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.