Added new video

yeah simple i just added a new video
This commit is contained in:
Purplebored
2023-09-26 15:38:57 +02:00
parent 363cd30802
commit 915d2b7549

View File

@@ -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
}