mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
bot: add member deletion command
This commit is contained in:
parent
5fc91d895c
commit
72a2fadff8
5 changed files with 22 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue