Exemple #1
0
  Usage("{prefix}feed {Mention}")]                                                     // [USES] nekos.life => feed
 public async Task Feed(CommandContext ctx, string mention)
 {
     await NekosLifeAgent.DoActionCommand(ctx, "feed", "fed", "", mention);
 }
Exemple #2
0
  Usage("{prefix}tickle {Mention}")]                                                   // [USES] nekos.life => tickle
 public async Task Tickle(CommandContext ctx, string mention)
 {
     await NekosLifeAgent.DoActionCommand(ctx, "tickle", "tickl", "ed", mention);
 }
Exemple #3
0
  Usage("{prefix}poke {Mention}")]                                                     // [USES] nekos.life => poke
 public async Task Poke(CommandContext ctx, string mention)
 {
     await NekosLifeAgent.DoActionCommand(ctx, "poke", "poke", "ed", mention);
 }
Exemple #4
0
  Usage("{prefix}cuddle {Mention}")]                                                   // [USES] nekos.life => cuddle
 public async Task Cuddle(CommandContext ctx, string mention)
 {
     await NekosLifeAgent.DoActionCommand(ctx, "cuddle", "cuddle", "d", mention);
 }
Exemple #5
0
  Usage("{prefix}kiss {mention}")]                                                     // [USES] nekos.life => kiss
 public async Task Kiss(CommandContext ctx, string mention)
 {
     await NekosLifeAgent.DoActionCommand(ctx, "kiss", "kiss", "ed", mention);
 }
Exemple #6
0
  Usage("{prefix}hug {Mention}")]                                                      // [USES] nekos.life => hug
 public async Task Hug(CommandContext ctx, string mention)
 {
     await NekosLifeAgent.DoActionCommand(ctx, "hug", "hug", "ged", mention);
 }