diff options
| author | Adelyn Breedlove <[email protected]> | 2019-01-19 15:58:31 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-01-19 15:58:31 -0700 |
| commit | b678d7312518bb0ff74d7db364bcbbcded5c1609 (patch) | |
| tree | 39094fc179c33fc67269ffc3fea218384c558cfe /lib/models/channel.ml | |
| parent | update docs export (diff) | |
| download | disml-b678d7312518bb0ff74d7db364bcbbcded5c1609.tar.xz disml-b678d7312518bb0ff74d7db364bcbbcded5c1609.zip | |
more updates
Diffstat (limited to 'lib/models/channel.ml')
| -rw-r--r-- | lib/models/channel.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/channel.ml b/lib/models/channel.ml index c3524ef..972f888 100644 --- a/lib/models/channel.ml +++ b/lib/models/channel.ml @@ -11,7 +11,7 @@ let say ~content ch = let send_message ?embed ?content ?file ?(tts=false) ch = let embed = match embed with - | Some e -> e + | Some e -> Embed.to_yojson e | None -> `Null in let content = match content with | Some c -> `String c |