예제 #1
0
 public void SendHelpMessage(ITextChannel channel)
 {
     DiscordUtil.SendMessage(channel, "`" + GetHelpText() + "`");
 }
예제 #2
0
 public void TellVideo(ITextChannel channel)
 {
     DiscordUtil.SendMessage(channel, LastVideo.Author + " uploaded a video! " + LastVideo.Title + " " + LastVideo.URL);
 }