Azoy / Sword

Discord library for Swift
https://azoy.github.io/Sword
MIT License
179 stars 52 forks source link

Allow setting options in init method of Option structs #31

Closed TellowKrinkle closed 7 years ago

TellowKrinkle commented 7 years ago

Swift has named parameters + default arguments, we should take advantage of them Also, CommandRequirement's initializer was previously internal (which made it hard to use). It's now public.