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

@@ -101,5 +101,6 @@ namespace PluralKit
public static readonly string Success = "\u2705";
public static readonly string Error = "\u274C";
public static readonly string Note = "\u2757";
public static readonly string ThumbsUp = "\U0001f44d";
}
}