Almost....
This commit is contained in:
@@ -89,7 +89,7 @@ class AllianceRelayController:
|
|||||||
if not self.setting_service.get("arelay_enabled").get_value():
|
if not self.setting_service.get("arelay_enabled").get_value():
|
||||||
return
|
return
|
||||||
|
|
||||||
plain_msg = ctx.message
|
plain_msg = ctx.message or ctx.formatted_message
|
||||||
invite = self.text.make_chatcmd("click here", "/tell <myname> discord invite",
|
invite = self.text.make_chatcmd("click here", "/tell <myname> discord invite",
|
||||||
style="style='text-decoration:none'")
|
style="style='text-decoration:none'")
|
||||||
name = f"[{self.alias_controller.get_alias(ctx.sender.org_id)}] {ctx.sender.name}"
|
name = f"[{self.alias_controller.get_alias(ctx.sender.org_id)}] {ctx.sender.name}"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user