diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-08-08 14:53:04 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-08-08 14:53:04 -0400 |
| commit | 0659c3be4e996ca97a1a9d02142f2809507d2b38 (patch) | |
| tree | a80381a8092cdb4587c0623921f355308408ede5 /lib/command/util.ex | |
| parent | 7ccdb63fb7f4008b7d785c687b4f55b6b4291483 (diff) | |
voice playback workselixir
Diffstat (limited to 'lib/command/util.ex')
| -rw-r--r-- | lib/command/util.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command/util.ex b/lib/command/util.ex index d47dd59..36447cc 100644 --- a/lib/command/util.ex +++ b/lib/command/util.ex @@ -13,7 +13,7 @@ defmodule Thulani.Command.Util do }, msg ) - when is_bitstring(msg) do + when is_binary(msg) do Api.create_message(channel_id, content: msg) end |
