is a Discord bot that provides random anime images and titles from SFW and NSFW content categories.
/waifu
command to get random waifu images./random
command to fetch random Anilibria titles./nekos
command to get random neko images./hmtai
command to get random hentai images.
- Python: Ensure you have Python installed. You can download it from python.org.
- Bot Token: Create a Discord bot and obtain its token from the Discord Developer Portal.
-
Clone the Repository:
git clone https://github.com/ch1kulya/AbataBot.git cd AbataBot
-
Install Dependencies:
pip install -r requirements.txt
-
Configure Environment Variables:
-
Create a
.env
file in the project root:DISCORD_TOKEN=bot_token
-
Replace
bot_token
with your actual Discord bot token.
-
-
Run the Bot:
python bot.py
-
Invite the Bot to Your Server:
- Generate an invite link from the Discord Developer Portal with the necessary permissions and add the bot to your desired server.