Bible is a bot designed to study the Word of God on Discord. Allows comparison of Bible translations in 16 languages
- ๐ sending the verse of the day
- ๐ฒ sending a random Bible verse
- ๐ searching for Bible passages
- ๐ ability to use book abbreviations
- ๐ setting a default Bible translation
- ๐ automatically sending the daily verse
- ๐ comparing passages in different Bible translations
- Clone the repository
git clone https://github.com/coder-joan/Bible-Bot.git
cd Bible-Bot
- Install dependencies
pip install -r requirements.txt
- Create a
.env
file
TOKEN='bot_token'
INVITE_LINK='invite_link'
SERVER_LINK='support_server_link'
- Run the bot
python main.py