* Include discord in [p]debug env
* Typecast eval output to string
* Use globals instead of locals for debug
* Fix up storing last result and non-string results
* Cleanup code and better help messages
Ya'll are gonna hate me.
* Initial modifications
* Add initial setup.py
* working setup py help
* Modify setup file to package stuff
* Move a bunch of shit and fix imports
* Fix or skip tests
* Must add init files for find_packages to work
* Move main to scripts folder and rename
* Add shebangs
* Copy over translation files
* WORKING PIP INSTALL
* add dependency information
* Hardcoded version for now, will need to figure out a better way to do this
* OKAY ITS FINALLY FUCKING WORKING
* Add this guy
* Fix stuff
* Change readme to rst
* Remove double sentry opt in
* Oopsie
* Fix this thing
* Aaaand fix test
* Aaaand fix test
* Fix core cog importing and default cog install path
* Adjust readme
* change instance name from optional to required
* Ayyy let's do more dependency injection
* [i18n] Initial spanish translations.
* [i18n] Minor correction.
* [i18n] Character corrupted fix.
* [i18n] File info filled, author name corrected.
* [i18n] Economy corrections.
* [i18n] General, corrupted character and question/exclamation mark corrections.
* [i18n] Economy, question/exclamation mark corrections.
* [i18n] Core translations added.
* [i18n] One too many newlines.
* Initial commit
* Beginning of working i18n
* Add some translation files
* Add more strings to translate
* Update and add some more translations
* Update spanish translation
* Update french translation
* Add alias translation templates
* Add bank translations
* Add economy translations
* Add general translations
* Add image translations
* Add core translations
* Initial commit
* Fix sentry
* Make cog manager install path work relative to the bot's dir
* Fix downloader to save data relative to the defined data folder
* Fix sentry test
* Fix downloader tests
* Change logfile location
* Add another line to codeowners
* Basic tests
* Fix versioning
* Add in FutureWarning for config file changes
* Add reference to issue
* Update main.py
Move discord import to the beginning of file, aswell as the version check, if the version wasn't atleast major_version 1 it would give an exception in the core imports (bot.Guilds isn't defined)!
* Move sys import up
* Fix global checks
* Fix bank's checks
Predicates for decorators return true or false, they don't return other decorators
* Async getters in core checks
* Add bank docs
* [Docs] fix bank docstrings for formatting
* [Docs] add bank to toctree
* rename and make bank rst use members
* Formatting changes
* Add account to dunder all
* WIP cog path manager
* Initial working state
* Get real reloading working
* Type error thingy
* And fix the tests
* Start UI shit
* path reordering
* Add install path getter/setter and fix config syntax
* Determine bot directory at runtime
* Add UI commands for install path
* Update downloader to use install path
* Add sane install path default
* Make evaluation of cog install path lazy
* Some typing fixes
* Add another line to codeowners
* Conditionally put install path in paths
* Always put install path first
* Dont allow people to add the installdir as an additional path, guarantee install dir isn't shown with paths command
* Make shit update loaded cogs
* Add tests
* Another one