My personal discord bot to suit my needs. Used in my personal Discord server.
Convenience. Access multiple sites and rng in the comfort of Discord, with 100% privacy.
- says hello!
- reads from reddit, zenquote, wikipedia and more in the future...
- dailies set at a fixed time of the day to a fixed channel: contains daily quotesand reads off a list of links in database (such as daily top reddit posts etc.)
- rng/ coin flip
- echo command to repeat messages
- check Singapore MRT ma, lines & stations
- daily reminder to day/week of year
- daily backup of server
- read image & scan for text
- API connections & pings/updates from twitter, gnews, merriam webster, etc.
- calculator
List found in requirements.txt
git clone https://github.com/EthanKuai/DiscordBot.git
cd DiscordBot
python -m pip install --upgrade pip
python -m pip install googletrans==4.0.0-rc1
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi