accidentally overwrote !shout with !lft...
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user