https://github.com/quantumwizard888/goblin-discord-bot
Simple Discord bot by the name of Goblin from Underworld which can give you a smile or a kick
https://github.com/quantumwizard888/goblin-discord-bot
begginer-friendly discord discord-bot python python3
Last synced: 29 days ago
JSON representation
Simple Discord bot by the name of Goblin from Underworld which can give you a smile or a kick
- Host: GitHub
- URL: https://github.com/quantumwizard888/goblin-discord-bot
- Owner: QuantumWizard888
- Created: 2025-03-19T16:06:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T16:50:03.000Z (7 months ago)
- Last Synced: 2025-03-19T17:24:02.644Z (7 months ago)
- Topics: begginer-friendly, discord, discord-bot, python, python3
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goblin from Underworld Discord bot
Simple Discord bot by the name of Goblin from Underworld which can give you a smile or a kick.## === This bot can ===
* Say hello to you (in his own peculiar manner)
* Give a kick to any user (with a proper image description, which is determined by you)
* Display a notification if some user is OFFLINE at particular time
* Calculate complex math expressions
* Tell you what's the current day according to Tamriel calendar
* Display info about currencies (relative to Russian Rubble, yeah, because this Goblin is russian)## === How to add Hello and Attack commands answers ===
Just add some phrases LINE BY LINE to `attack_command_answers.txt` and `hello_command_answers.txt`. Yes, LINE BY LINE separated just by a new line and nothing more.## === How to add image description for a Kick ===
1. Create `attack_imgs` (so the directory will be on the same level as `discord_bot.py`) directory.
2. Drop images that you like (name it like `attack_1.png`, `attack_2.png` and something like that) to `attack_imgs`
3. Enjoy!## === More features, please? When? ===
Someday.## === Requirements ===
* [discord.py](https://discordpy.readthedocs.io/en/stable/)
* [requests](https://requests.readthedocs.io/en/latest/)
* [lxml](https://lxml.de/)
* [Beautiful Soup 4](https://www.crummy.com/software/BeautifulSoup/)