Added new video
yeah simple i just added a new video
This commit is contained in:
14
Program.cs
14
Program.cs
@@ -147,7 +147,11 @@ public class Commands : ModuleBase
|
|||||||
public async Task Video()
|
public async Task Video()
|
||||||
{
|
{
|
||||||
var video = "Here is a list of all aviable videos! \n" +
|
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);
|
await ReplyAsync(video);
|
||||||
}
|
}
|
||||||
// End of Video command
|
// End of Video command
|
||||||
@@ -1159,5 +1163,13 @@ public class Commands : ModuleBase
|
|||||||
}
|
}
|
||||||
// end of ihnk
|
// 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
|
// End of the Bot
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user