v2.1.1
Changes Made:
- Security Enhancement: Replaced
os.system()
withsubprocess.call()
inon_ready()
to clear console safely (issue code B605). - Updated Imports: Added
subprocess
module to imports.
Full Changelog: v2.1.0...v2.1.1
os.system()
with subprocess.call()
in on_ready()
to clear console safely (issue code B605).subprocess
module to imports.Full Changelog: v2.1.0...v2.1.1