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