mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: add test sound command and enable notifications by default
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user