Added quick and dirty escape to asterisks.
This commit is contained in:
parent
771d1457e5
commit
0aaffbf5f0
@ -441,6 +441,7 @@ class FIFO(commands.Cog):
|
||||
self.scheduler.print_jobs(out=cp)
|
||||
|
||||
out = cp.string
|
||||
out=out.replace("*","\*")
|
||||
|
||||
if out:
|
||||
if len(out) > 2000:
|
||||
|
Loading…
x
Reference in New Issue
Block a user