feat: add test sound command and enable notifications by default

This commit is contained in:
HueByte
2026-02-19 22:42:20 +01:00
parent 107152298e
commit f20ce3d50f
8 changed files with 89 additions and 188 deletions
+1 -3
View File
@@ -15,10 +15,8 @@ public static class HubConstants
public const int AsciiArtHeightHalfBlock = 80;
// Link embed constants
public const int EmbedIconWidth = 12;
public const int EmbedIconHeight = 6;
public const int EmbedMaxDescriptionLength = 500;
public const int EmbedMaxHtmlBytes = 64 * 1024; // 64 KB
public const int EmbedFetchTimeoutSeconds = 3;
public const int EmbedFetchTimeoutSeconds = 5;
public const int EmbedMaxUrlsPerMessage = 3;
}