/lookup
nlookupornlu
Fork or clone this repo
git clone https://github.com/gneiru/hero-search.git
cd hero-searchMake virtual environment for python
python -m venv env
Activate
env\scripts\activate
Rename env.example into .env then enter your bot token
Add the bot in your server using with:
https://discord.com/api/oauth2/authorize?client_id=<BOT-ID>&permissions=2147494912&scope=bot
Replace BOT-ID placeholder
pip install -r requirements.txt
Finally, run the bot
python main.py