Exemple #1
0
 public async Task StealToasties()
 {
     Timers.Timer_NamikoSteal(null, null);
     await Context.Channel.SendMessageAsync("Done.");
 }
Exemple #2
0
 public async Task MarkdownCommands()
 {
     using var stream = Timers.GenerateStreamFromString(MarkdownCommandList(Program.GetCommands()));
     await Context.Channel.SendFileAsync(stream, "CommandsMarkdown.txt");
 }
Exemple #3
0
 public async Task CleanData()
 {
     Timers.Timer_CleanData(null, null);
     await Context.Channel.SendMessageAsync("Done.");
 }
Exemple #4
0
        public async Task ImageSauceRequest(string url = null)
        {
            await Timers.Timer_RequestSauce(null, null);

            await Context.Channel.SendMessageAsync("<#728729035986829342>");
        }