discord.js-moderation-bot icon indicating copy to clipboard operation
discord.js-moderation-bot copied to clipboard

A small Discord moderation bot, without a command handler

Results 5 discord.js-moderation-bot issues
Sort by recently updated
recently updated
newest added

When you kick or ban a member put a reason, for example: ```js const reason = args.slice(1).join(" ") || "No reason was implemented." member.kick(reason) ```

Basically a redo of #21 :D Changes: - Add link for Node.js - Converted steps into native markdown - Change image alt text to "image" ("step two" isn't really descriptive...

Because when install discord, we install v14, and v14 use messageCreate or interactionCreate, not message

## Files Changed - bot.js - Added Switch Statements to Clean Code - README.md - Added `npm install` command to install Discord.JS - package.json - Added `Discord.JS` To Dependency List