Emoji command should be significantly more optimized by rejecting non-emojis much faster
Bot will now respond with the prefix/postfix set in the config instead of assuming the prefix/postfix are always [[/]]
report command now requires a description
moved an insert query that was duplicated many times to new constant in the db.ts import
improved error reporting on roll modifiers, they now are fancy EMBEDS!
Improved readability of command code by breaking each function into their own files, breaking down the api command, and starting to break down the roll command
Dep versions also updated, dbClient implemented as its own import, and constantCmds/README updated to improve readability