Cog supports a list-type option. Right now, if a user does: ``` !foo --flavor=sour --flavor=sweet ``` This will result in `#opts` returning `{"flavor_0" => "sour", "flavor_1" => "sweet"`. Ideally we should return `{"flavor" => ["sour, "sweet"]}`.