Fix markdown command
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user