A very simpe bot i am trying to develop which will let me re learn the new discord.js API
Commands
- avatar - Displays the avatar of a user
- joke - Tells a random joke
- kick - kicks a user
- ping - pings the bot and shows the ping
- serverinfo - shows the information about the server
- slowmode - adds slowmode to the channel
- warn - DOES NOT WORK FOR NOW - warns user
- weather - gets the weather for a city
File Description
- index.js - connects all the modules and runs the main bot
- src/ - Tools for clearing and registering commands as well as logging
- src/logger.js - Pino Logs for your bot
- commands/ - contains all the commands of the bot
- commands/fun - contains fun commands
- commands/moderation - commands for server admins
- commands/utils - commands for server/bot utilities