Closed GuchenGit closed 8 years ago
Please help me, I searched for a long time but couldn't find anything. I want to send the message without answering a message.
List<DiscordChannel> channel = e.Server.Channels; foreach(DiscordChannel ch in channel) { if(ch.Name.Contains("channelName")) { //do stuff } }
Please help me, I searched for a long time but couldn't find anything. I want to send the message without answering a message.