New Features: - `utils.Compile.all_possible_cases()`
1.0.9
New Features: - `utils.get_command`
Changes: - Updated `requirements.txt` - Fixed logging in Discord Utils.
1.0.8
Changes: - Fixed Compilers - Working on Discord Utils.
1.0.3
Features: - Compile List of strings into string. (`utils.Compile.string()`) - Compile List of any items into string. (`utils.Compile.to_string()`) - Compile List of numbers into 1 long number without adding them. (`utils.Compile.numbers()`) - Format JSON with proper indent. (`utils.format()`) - Register values into a JSON File. (`utils.register_value()`) - Get values from a JSON File. (`utils.get_data()`)