- Google
- _google (what you want search)
- Stardew Valley
- _stardew (what you want search) [show 1-5 result]
- Terraria
- _terraria (what you want search)
- Minecraft
- _minecraft (what you want search)
Example discord message:
_google discord bot
Example response:
- Google
- Stardew Valley
- stardew
- valley
- stardewv
- stardewvalley
- Terraria
- terraria
- Minecraft
- minecraft
- mc
- Python 3.5 or newer version.
- pip package manager.
- Google Chrome installed.
- Discord Application bot token
-
Using the package manager pip, install necessary packages running the following command:
pip install -r requirements.txt
-
Create .env file with the following variables:
DISCORD_TOKEN = "(Bot token registered in Discord App.)" GOOGLE_CHROME_BIN = "(PATH of Google Chrome ['chrome.exe' file])"
To start the Discord bot run:
python3 main.py