bot: add member deletion command

This commit is contained in:
Ske
2019-05-13 23:08:44 +02:00
parent 5fc91d895c
commit 72a2fadff8
5 changed files with 22 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ namespace PluralKit.Bot
public PKSystem System;
public string InnerText;
public string ProxyName => Member.Name + (System.Tag.Length > 0 ? " " + System.Tag : "");
public string ProxyName => Member.Name + (System.Tag != null ? " " + System.Tag : "");
}
class ProxyService {