* Start of map maker, ambiguous file format (probably just jpg and png)
* More map maker WIP
* This isn't dad
* Split mapmaker
* Don't load current map if it doesn't exist
* WIP mapmaker
* Initial files
* Functioning image coloring
* Add more commands, untested
* Add map list, move set to under conquest, and WIP saving map
* ALl masks, mostly working commands
* Unneeded original.jpg
* Rename to simple, WIP numbered
* Use numbers as mask, probably need to switch to png soon
* Save to config, test zoom levels
* Handle zoom properly, save it to json for each map as well
* Move maps to WIP folder
* WIP folder not in data folder
* Info and READMe updates
* Move to importing the actual library
* Chat revamp
* Attempt at functioning info
* Remove chatterbot as a requirement, install manually
* Add chatter README.md
Switch to medium spaCy model by default
Correct paths for requirements.txt
* Add Known Issues to README.md
* Forgot about this line. Was it causes reload issue?
* Known Issues: Installation
* Add some more tags
* Adjust requirements
* Bump chatter to Beta, ccrole to release, dad to Beta, hangman to Beta, infochannel to Beta
* Gotta be medium in requirements as wel
* Better conversation grouping and formatting
* Random instead of first for more variety
Disable custom similarity threshold for now, until it's configurable
use filter to avoid looking at empty messages
* StealEmoji properly handle Emojis not having the `__dict__` attribute
Start fix for emoiji vs animated max error
* Comment-out some prints
* First step to fixing stealemoji
Uses discord.Asset now
* Reformat
* Call __init__
* Fix duplicate emojis, formatting, caching
* Unneeded requirements
* No need for lambda or function
* Remove Cog backwards compatibility, and reformatting
* Address rate limits?
* More error checks, better help, common sense channel edits, and rate limit checks
* Black formatting as well
* Add BytesIO seek to fix empty file error
"ValueError: embedded null byte" error on the discord attachment due to the data being read from the end.
* Fix incorrect indent
* Add discord back to File call
* Reapply case-insensitivity and get off that command_error train
* Can't forget their check, thanks again Cog-Creators
This will continue with CCRole being a case-insensitive cog, until the day I change my mind by making this a subclass of CustomCom