Fix markdown command
This commit is contained in:
parent
fdc89bfe53
commit
40a22b20c8
|
@ -565,7 +565,7 @@ class Squirrel(Hazelnut):
|
|||
"Emojis support " + ("disabled" if self.squinnondation.no_emoji else "enabled") + ".",
|
||||
ignore_debug=True)
|
||||
elif command == "markdown":
|
||||
self.squinnondation.debug ^= True
|
||||
self.squinnondation.no_markdown ^= True
|
||||
self.add_system_message(
|
||||
"Markdown support " + ("disabled" if self.squinnondation.no_markdown else "enabled") + ".",
|
||||
ignore_debug=True)
|
||||
|
|
Loading…
Reference in New Issue