mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-07 15:46:02 +02:00
feat: implement notification sound functionality with user customization options
This commit is contained in:
@@ -16,5 +16,6 @@ public interface IEchoHubClient
|
||||
Task UserBanned(string username, string? reason);
|
||||
Task MessageDeleted(string channelName, Guid messageId);
|
||||
Task ChannelNuked(string channelName);
|
||||
Task ForceDisconnect(string reason);
|
||||
Task Error(string message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user