Moon Shadow

Results 2 issues of Moon Shadow

![image](https://github.com/user-attachments/assets/12fd405f-e6a9-4262-8700-99c518978afd) ```cs public async void SendNotice(string notice) { if(string.IsNullOrWhiteSpace(notice) || Status != ClientStatus.Connected) return; notice = notice.Replace(" ", "_"); await SendAsync($"Broadcast {notice}"); } ```

![image](https://github.com/user-attachments/assets/871a1130-5412-4130-96c3-b73372509eb8)