accidentally overwrote !shout with !lft...

This commit is contained in:
2021-12-04 22:50:47 +01:00
parent bf6c1842d2
commit 53eadc12aa
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class ChatController:
@command(command="lft", params=[Any("message", is_optional=True)], access_level="member",
description="Show a highly visible message")
def shout_command(self, _, message):
def lft_command(self, _, message):
lft = f"<a href='chatcmd:///lft <font color=#FFFF00>» {message or '<myname>'}<end>'>/lft {message or '<myname>'}</a>"
return self.text.format_page("Use this command for going LFT", "<yellow>────────────────</yellow>\n"
f"<highlight>{lft}</highlight>\n"