Example #1
0
 public RoblotCommands(Lists lists)
 {
     this.Lists = lists;
     helper     = new CommandHelpers();
 }
Example #2
0
 public async Task PickRestaurant(CommandContext ctx)
 {
     await ctx.RespondAsync($"Let's go eat at {Lists.ChooseFromLines(TextFileCategory.Restaurants)}.");
 }