abbrv & !stats hotfix
This commit is contained in:
@@ -407,7 +407,7 @@ class AllianceRelay:
|
||||
blob = ""
|
||||
if ctx.source.startswith("Discord_("):
|
||||
if self.discord.alias_usage().get_value():
|
||||
abbrv = self.discord.alias_controller.get_alias(ctx.sender.org_id)
|
||||
abbrv = self.discord.alias_controller.get_alias(ctx.sender.get("org_id", 0))
|
||||
invite = self.text.make_chatcmd("click here", "/tell <myname> discord invite",
|
||||
style="style='text-decoration:none'")
|
||||
# name = "<header2><myname></header2>"
|
||||
|
||||
Reference in New Issue
Block a user