Dumb discord bot I use for learning and testing stuff. Currently has a few cool features, like image search, some image manipulation (for making caption and demotivational poster memes), a (sorta) coinflip, a TERRIBLE password generator, an autoreact for the word "Ratio", the infamous "Hi xyz, I'm Dad!" joke, and most recently, some cool Wiki commands.
Optionally, you could try cloning the bot and adding the following .env variables:
DISCORD_TOKEN
GOOGLE_CUSTOM_SEARCH_API_TOKEN
SEARCH_ENGINE_ID
WIKIPEDIA_SEARCH_ENGINE_ID
WOOKIEEPEDIA_SEARCH_ENGINE_ID
BOT_USER_ID
TRANSLATION_API_KEY
(The search engine IDs are google custom search engine IDs, with the latter two searching wikipedia.org and wookieepedia exclusively, respectively.) (There is also the TRANSLATION_API_KEY, which can be acquired from here for free) (There's also a "SQUILL_USER_ID" env variable. Add that and use your own discord user ID as the value.)
Suggest changes if you want to, or not.
Also, the bot is written in nextcord, a fork of discord.py.
if you wanna get the code for this feature, it's in cogs/ImageCommands.py, under the djtj function
The file in question (go to line 308)
(There is also a Biden version below)
