BulletBot icon indicating copy to clipboard operation
BulletBot copied to clipboard

A Discord bot for the Code Bullet and Co server

Results 52 BulletBot issues
Sort by recently updated
recently updated
newest added

Make an avatar command like dynos, which displays the user avatar in an embed.

enhancement
good first issue
commands

Currently the top of every command code is the help embed which is called when the command will be called without arguments or the help command is used. Since this...

commands
utils

**Main command** The user can type "**_?!lobby {name of lobby} {maximum number of people} {optional: password}_**" to create a private channel with the specified name ( {name of lobby} )...

enhancement
core
commands

**Problem** currently when calling `?!channelinfo [channel]` the bot returns everything about the channel except the channel info. **Solution** Just add the channel info as the first field (and not in...

enhancement
good first issue
commands

**Problem** If you are talking on an international server (like the CodeBullet server) each person is in a different time zone and if you say a time they always have...

enhancement
good first issue
commands
utils

Add a purge reactions command that removes all reactions from a provided number of messages previous. Maybe it should also be able to only remove a certain emoji and leave...

enhancement
commands

**Problem** Whenever you want to set up the megalogger, it takes a lot of time to create all channels and assign them. **Solution** Make an auto-setup feature that automatically creates...

enhancement
core
commands

**Problem** When you do `?!megalog list`, it lists you the enabled functions and the ignored channels in no real order. This is problematic when wanting to copy or compare the...

enhancement
good first issue
commands

**Problem** When you do `?!case list [member]` the bot returns a list of all cases unsorted. It is just ordered how the database query returned it. **Solution** Order the cases...

enhancement
commands

When the bot starts up but isn't able to connect to the mongoDB cluster, it can't recover. Change it so it can do that and it only logs in to...

enhancement
core