Releases: Senarc-Studios/Cool-Utils
Releases · Senarc-Studios/Cool-Utils
Cool Utils 1.0.8
Changes:
- Fixed Compilers
- Working on Discord Utils.
Cool 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()
)