This is the template for the config.json. Please make it within the project. Properties marked with -OPT
are optional, but you will have to exclude the corresponding features if you choose to omit them.
"bot-token": "BOT-TOKEN",
"giphy-token": "GIPHY-TOKEN-OPT",
"google-search-api-key": "GOOGLE-SEARCH-API-KEY-OPT",
"mongo-path": "MONGO-PATH-OPT",
"weather-key": "WEATHER-KEY-OPT",
"x-rapid-api-key": "X-RAPID-API-KEY-OPT"
Processor is a Discord bot developed by UltraSarker along with several other developers who devote their time to this project.
To add Processor to your discord server, you can click this invite link. You must have the Manage Server permission to invite this bot to your desired server.
The prefix for this bot is /
. Yes, it's a slash (/), since slash commands are the future for Discord bots! Type /help
to list all the categories of commands. You will need to set up the correct permissions for the bot. For your convenience, you may give this bot Administrator
privileges as it resolves all permission conflicts with the bot.
Processor comes with several fun features that you and your members will appreciate. Here are a few:
meme
Shows a random picture of a meme from Reddit.image avatar [user]
Shows a random picture of the thing specified, if given.stats user [user]
Shows the stats of the member, otherwise it shows stats of the server.
✅ Complete converting remaining commands to slash commands ✅ Test on discord.js v14 if possible, on a fork (obviously)