added fitness
This commit is contained in:
@@ -16,6 +16,7 @@ function noticeLabel(content: string): string {
|
||||
if (content.startsWith("📋")) return "задачи";
|
||||
if (content.startsWith("🔀")) return "git";
|
||||
if (content.startsWith("🧠")) return "память";
|
||||
if (content.startsWith("💪")) return "фитнес";
|
||||
return "система";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user