From 915d2b7549042866adcaf798c1f03d85b6229fcd Mon Sep 17 00:00:00 2001 From: Purplebored Date: Tue, 26 Sep 2023 15:38:57 +0200 Subject: [PATCH] Added new video yeah simple i just added a new video --- Program.cs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index b9cc654..5360f3f 100644 --- a/Program.cs +++ b/Program.cs @@ -147,7 +147,11 @@ public class Commands : ModuleBase public async Task Video() { var video = "Here is a list of all aviable videos! \n" + - "`?ihnk` - Send a I have no knwoledge about any of this video. \n"; + "`?ihnk` - Sends a I have no knwoledge about any of this video. \n" + + //"`?s` - Sends . \n" + + //"`?s` - Sends . \n" + + //"`?s` - Sends . \n" + + "`?scary` - Sends the oh oh scary oh oh shiver me timbers video \n"; await ReplyAsync(video); } // End of Video command @@ -1159,5 +1163,13 @@ public class Commands : ModuleBase } // end of ihnk + // Begning of scary + [Command("Scary")] + public async Task Scary() + { + await ReplyAsync("https://cdn.purplebored.pl/uploads/y2mate.com%20-%20oh%20oh%20scary%20oh%20oh%20shiver%20me%20timbers_360p.mp4"); + } + // End of scary + // End of the Bot } \ No newline at end of file