Exemple #1
0
 [Command("nsfw"), Description("nsfw catgirl images"), RequireNsfw]                                   // [USES] nekos.life => nsfw_neko_gif
 public async Task NekoNSFW(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "nsfw_neko_gif");
 }
Exemple #2
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);
 }
Exemple #3
0
 [Command("nsfw"), Description("nsfw kemonomimi image"), Aliases("lewd", "ns", "p**n"), RequireNsfw]  // [USES] nekos.life => lewdkemo, lewdk
 public async Task HoloNSFW(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "lewdkemo");
 }
Exemple #4
0
 [Command("sfw"), Description("sfw catgirl images"), GroupCommand]                                    // [USES] nekos.life => neko
 public async Task NekoSFW(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "neko");
 }
Exemple #5
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 #6
0
 [Command("smallboobs"), RequireNsfw, Aliases("flat", "smalltits"), Description("nsfw flat pictures")]    // [USES] nekos.life => smallboobs
 public async Task Flat(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "smallboobs");
 }
Exemple #7
0
 [Command("lizard"), Description("lizard!")]                                                              // [USES] nekos.life => lizard
 public async Task Lizard(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "lizard");
 }
Exemple #8
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 #9
0
 [Command("b*****b"), RequireNsfw, Description("nsfw b*****b pictures")]                                  // [USES] nekos.life => b*****b, bj
 public async Task B*****b(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "bj");
 }
Exemple #10
0
 [Command("cat"), Description("meow!")]                                                                   // [USES] nekos.life => meow
 public async Task Meow(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "meow");
 }
Exemple #11
0
 [Command("boobs"), RequireNsfw, Aliases("t**s", "honkers"), Description("nsfw boobs pictures")]          // [USES] nekos.life => boobs
 public async Task Boobs(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "boobs");
 }
Exemple #12
0
 [Command("goose"), Description("goose pictures")]                                                        // [USES] nekos.life => goose
 public async Task Goose(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "goose");
 }
Exemple #13
0
 [Command("femboy"), RequireNsfw, Aliases("trap"), Description("nsfw femboy pictures")]                   // [USES] nekos.life => trap
 public async Task Femboy(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "trap");
 }
Exemple #14
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 #15
0
  Usage("{prefix}feet nsfw")]                                     // [USES] nekos.life => feetg
 public async Task FeetNSFW(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "feetg");
 }
Exemple #16
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 #17
0
 [Command("nsfw"), Description("nsfw yuri image"), Aliases("lewd", "ns", "p**n"), RequireNsfw]        // [USES] nekos.life => yuri
 public async Task YuriNSFW(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "yuri");
 }
Exemple #18
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 #19
0
 [Command("ero"), Description("erotic kemonomimi image"), RequireNsfw, Aliases("erotic"), GroupCommand]             // [USES] nekos.life => erok, erokemo
 public async Task HoloERO(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "erok");
 }
Exemple #20
0
  Usage("{prefix}baka")]                                                               // [USES] nekos.life => poke
 public async Task Baka(CommandContext ctx)
 {
     await NekosLifeAgent.DoSelfActionCommand(ctx, "baka", ": \"B-Baka...\"");
 }
Exemple #21
0
 [Command("futa"), RequireNsfw, Aliases("futanari"), Description("nsfw futanari pictures")]               // [USES] nekos.life => futanari
 public async Task Futa(CommandContext ctx)
 {
     await NekosLifeAgent.DoNekosLifeCommand(ctx, "futanari");
 }