From 96b9a8f66f62e64bc4907e12de0772392f7804c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 16 Nov 2020 15:45:01 +0100 Subject: change slack channel type sig Yes, I have these commented and use hard-coded tokens. What are you going to do about it? --- src/discord.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/discord.rs') 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 = None; +const CHANNEL: Option = None; pub async fn handle( sender: mpsc::UnboundedSender, -- cgit v1.2.1