krisppurg / dimscord

A Discord Bot & REST Library for Nim.
https://krisppurg.github.io/dimscord/
MIT License
222 stars 22 forks source link

Added converter to convert from T to Option[T] #26

Closed ire4ever1190 closed 3 years ago

ire4ever1190 commented 3 years ago

The converter is basically just syntactic sugar so that you don't have to put some before the value e.g.

# Notice how you don't need some
 let embed = Embed(
    title: "This is a Title",
    description: "Extra info"
)
krisppurg commented 3 years ago

The change will be added in v1.2.4