DeadbearBot icon indicating copy to clipboard operation
DeadbearBot copied to clipboard

A Discord bot for fun, stats, and server management. Written in Python v3.8.6

Results 13 DeadbearBot issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] It’s hard to check...

enhancement

The current database migration script is very rudimentary. It simply checks to see if there's a migration sql script with a newer version than the current database version, then performs...

enhancement

The bot should support owner-configurable message deletion at a global level. When disabled, no messages should be auto-deleted. When enabled, the owner should be able to specify a specific delay...

enhancement

Discord's built-in server log functions leave a bit to be desired. When a message is deleted, there's no way to check what was actually in the message originally. There's no...

enhancement

Though some of these features already exist in Discord in some form, being able to access them via chat commands in the bot can add a nice extra layer of...

enhancement

The bot should be able to support a complex owner-defined set of permissions on a per-guild basis, which determine whether or not a given user is able to invoke a...

enhancement

Currently, the bot lacks any sort of code testing to ensure functionality and usability. An automated testing library would help to ensure that any proposed changes to the codebase won't...

enhancement
help wanted

The current layout of code for the bot has commands organized into Cogs. However, that organization is poorly defined and each Cog houses far too many commands as it is....

enhancement

Currently, the db calls are structured in such a way that each time a new db request is needed, an entire new function must be written to support the call,...

enhancement