mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Change output formatting to align with program-wide rules
This commit is contained in:
parent
3bd77dea32
commit
1be0545815
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Tools:
|
|||
finally:
|
||||
sys.stdout = sys.__stdout__
|
||||
sys.stderr = sys.__stderr__
|
||||
print('Reset sys output.')
|
||||
print('RESET : sys.std output/error')
|
||||
|
||||
@cmds.command(name=',execute', aliases=[',exec'], hidden=True)
|
||||
@cmds.is_owner()
|
||||
|
|
Loading…
Reference in a new issue