From ef5c45ce0acae9e850d0e1b4073f557d35bf714d Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Tue, 3 Mar 2026 21:30:44 +0000 Subject: [PATCH] temporary attachment message --- Program.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Program.cs b/Program.cs index 3608e99..ea35616 100644 --- a/Program.cs +++ b/Program.cs @@ -131,6 +131,11 @@ client.MessageService.MessageReceived += async (message) => await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} You can use this to join a planet: https://github.com/SkyJoshua/JoinPlanet"); }; + if (Utils.ContainsAny(content, $"{prefix}attach")) + { + await Utils.SendReplyAsync(channelCache, channelId, $"{pingMember} Attachments are currently broken on Valour."); + }; + if (Utils.ContainsAny(content, $"{prefix}cmds")) { await Utils.SendReplyAsync(channelCache, channelId, @$"{pingMember} Here is a list of my commands: