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