Simple Discord bot with basic(-ish) functionality
python3anddiscord.py- A
resdirectory which you must create and populate; see below
- The
resdirectory contains private data which must be filled:- a
blacklistfile containing a list of blacklisted words - a
botTokenfile with the bot's token (generated on Discord's developer portal) - a
catKeyfile with the API key for/plsgenerated here or here - a
channelEchofile with a text channel ID for the deleted/edited message tracker - a
cosmeticRolesfile with a list of cosmetic roles for/role - a
currencyKeyfile with the API key for/convgenerated here - a
currencyListfile with the supported currencies in ISO4217 format (max 25) - a
helixEmotefile with the Helix emote for/helix - a
helixRepliesfile with a list of replies for/helix - a
searchEnginesfile with the engine name and search link separated by " - " - a
serverTokenfile with the server ID - You will want to use your data as necessary and/or update the bot
- a
- Run with
Python 3 - Use the bot with the
/prefix; see/helponce online (unless you already read the code)
- https://www.currencyconverterapi.com/ for the currency conversion API
- https://thecatapi.com/ for the cat picture API
- https://thedogapi.com/ for the dog picture API
- http://numbersapi.com for the number fun facts API