Almost....

This commit is contained in:
2021-11-25 14:20:51 +01:00
parent 17c776faec
commit c100b0ea76
2 changed files with 3 additions and 282 deletions
@@ -89,7 +89,7 @@ class AllianceRelayController:
if not self.setting_service.get("arelay_enabled").get_value():
return
plain_msg = ctx.message
plain_msg = ctx.message or ctx.formatted_message
invite = self.text.make_chatcmd("click here", "/tell <myname> discord invite",
style="style='text-decoration:none'")
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