BulletBot
BulletBot copied to clipboard
A Discord bot for the Code Bullet and Co server
Make an avatar command like dynos, which displays the user avatar in an embed.
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...
**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} )...
**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...
**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...
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...
**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...
**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...
**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...
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...