diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-16 15:45:01 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-16 15:45:01 +0100 |
| commit | 96b9a8f66f62e64bc4907e12de0772392f7804c7 (patch) | |
| tree | 0841535afce3070ab71591d56cb46a9d3e174aac | |
| parent | 824d085fa3d550fd8c62d34ced50a1b38fdb7946 (diff) | |
| download | kodapa-96b9a8f66f62e64bc4907e12de0772392f7804c7.tar.gz | |
change slack channel type sig
Yes, I have these commented and use hard-coded tokens. What are you
going to do about it?
| -rw-r--r-- | src/discord.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord.rs b/src/discord.rs index a41b96a..0507da8 100644 --- a/src/discord.rs +++ b/src/discord.rs @@ -26,7 +26,7 @@ use tokio::{ }; const TOKEN: Option<&str> = None; -const CHANNEL: Option<u64> = None; +const CHANNEL: Option<ChannelId> = None; pub async fn handle( sender: mpsc::UnboundedSender<AgendaPoint>, |
