https://github.com/noelrohi/hero-search
Guardian Tales Discord Bot that allows you to search heroes
https://github.com/noelrohi/hero-search
disnake guardian-tales
Last synced: 3 months ago
JSON representation
Guardian Tales Discord Bot that allows you to search heroes
- Host: GitHub
- URL: https://github.com/noelrohi/hero-search
- Owner: noelrohi
- Created: 2023-02-25T18:32:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T19:20:18.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T03:54:12.332Z (10 months ago)
- Topics: disnake, guardian-tales
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guardian Tales Hero Search
## Slash Commands
- `/lookup`## Commands
- `nlookup` or `nlu`## Run in local
[Fork](https://github.com/gneiru/hero-search/fork) or clone this repo
```bash
git clone https://github.com/gneiru/hero-search.git
```
```bash
cd hero-search
```
Make virtual environment for python
```bash
python -m venv env
```
Activate
```bash
env\scripts\activate
```
Rename `env.example` into `.env` then enter your [bot token](https://discord.com/developers/applications/)Add the bot in your server using with:
`https://discord.com/api/oauth2/authorize?client_id=&permissions=2147494912&scope=bot`
Replace `BOT-ID` placeholder```bash
pip install -r requirements.txt
```Finally, run the bot
```bash
python main.py
```