Skip to content

jacktotonchi/fast-bot

 
 

Repository files navigation

Gatsby

FastBot

A customisable Discord bot with over 45 commands, helping you to moderate, and give an overall better user experience

Code Size Discord Activity

🚀 Building

For detailed instructions on building, please visit the wiki

📁 What's inside?

.
├── 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

About

A customisable, fun, and moderation bot for your servers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • Shell 0.1%