BulletBot
BulletBot copied to clipboard
A Discord bot for the Code Bullet and Co server
**Is your feature request related to a problem? Please describe.** If there are a lot of cases in the current server and the command `?!case list` is used, it will...
**Is your feature request related to a problem? Please describe.** In the CB server, we often delete messages of members for a rule infringement, but the user that sent the...
**Describe the bug** When you use the `?!purge` command with no criteria (so just `?!purge [number]`) the bot will also delete future messages until it finally deleted the specified amount...
**Describe the bug** The format string defined in [`time.ts`](https://github.com/CodeBullet-Community/BulletBot/blob/master/src/utils/time.ts) doesn't have a `UTC:` prefix and because of that [`dateformat`](https://www.npmjs.com/package/dateformat) outputs the time in the timezone of the bot. **To Reproduce**...
**Describe the bug** The bot, when restarted several times, spam resubs to all youtube webhooks. **To Reproduce** Steps to reproduce the behavior: 1. Restart the bot several times 2. Watch...
**Is your feature request related to a problem? Please describe.** This is an extension of issue #60... **Describe the feature you'd like in detail** To help protect from MongoDB "accidents"/data-loss,...
**Is your feature request related to a problem? Please describe.** Recently we just found out the hard way that sometimes when discord has an outage, the discord.js guild create and...
add functionality that lets BulletBot remember that a user had certain roles. Those roles will be regiven a user if he joins. (for example the muted role)
**Describe the bug** If a channel that only has disabled permissions (❌) **OR** has a mix of disabled and neutral permissions (❌ & `/`), is locked using `?!lock #channel`, then...
## Is your feature request related to a problem? Currently, there isn't a limitation of how much a server can use BulletBot. This works fine when the bot is hosted...