A customisable Discord bot with over 45 commands, helping you to moderate, and give an overall better user experience
For detailed instructions on building, please visit the wiki
.
├── commands
│ ├── fun
│ │ ├── 8ball.js
│ │ ├── advice.js
│ │ ├── aesthetics.js
│ │ ├── bam.js
│ │ ├── catfact.js
│ │ ├── coinflip.js
│ │ ├── covid.js
│ │ ├── diceroll.js
│ │ ├── dogfact.js
│ │ ├── f.js
│ │ ├── fraktur.js
│ │ ├── joke.js
│ │ ├── momma.js
│ │ ├── owofy.js
│ │ ├── randurban.js
│ │ ├── translate.js
│ │ ├── urban.js
│ │ └── weather.js
│ ├── moderation
│ │ ├── ban.js
│ │ ├── clear.js
│ │ ├── kick.js
│ │ ├── mute.js
│ │ ├── nick.js
│ │ ├── removeslowmode.js
│ │ ├── slowmode.js
│ │ ├── softban.js
│ │ ├── tempban.js
│ │ ├── unban.js
│ │ ├── unmute.js
│ │ ├── userclear.js
│ │ ├── warn.js
│ │ └── warns.js
│ └── utility
│ ├── avatar.js
│ ├── botinfo.js
│ ├── bug.js
│ ├── channel.js
│ ├── github.js
│ ├── help.js
│ ├── invite.js
│ ├── ping.js
│ ├── poll.js
│ ├── productivemute.js
│ ├── remind.js
│ ├── role.js
│ ├── server.js
│ └── userinfo.js
├── config.json
├── customise.json
├── events
│ ├── guildMemberAdd.js
│ ├── guildMemberRemove.js
│ ├── message.js
│ └── ready.js
├── index.js
├── LICENSE
├── package.json
├── Procfile
├── README.md
├── schemas
│ ├── mongoMain.js
│ └── warnSchema.js
├── structs
│ ├── BotClient.js
│ ├── Command.js
│ ├── Event.js
│ └── Util.js
├── yarn-error.log
└── yarn.lock