diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-11-24 11:06:20 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-11-24 11:06:20 -0600 |
commit | 82849b062d180cc7e2061df78236c9073581af5a (patch) | |
tree | 785ddc50434d50e2cfe868e90a939cc989e1c196 /src/quit_twitter.rs | |
parent | 6704dcb51c9de5c66102600d06ffe637fd2db7c1 (diff) |
Get rid of the chattiest logs.
Diffstat (limited to 'src/quit_twitter.rs')
-rw-r--r-- | src/quit_twitter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quit_twitter.rs b/src/quit_twitter.rs index fdeee94..bb43308 100644 --- a/src/quit_twitter.rs +++ b/src/quit_twitter.rs @@ -15,7 +15,7 @@ const TWITTER_URLS: &[&str] = &[ const REACTS: &[char] = &['🇶', '🇺', '🇮', '🇹', '🐦']; pub async fn on_message( - config: &HandlerConfig, + _config: &HandlerConfig, ctx: &Context, msg: &Message, ) -> Result<ControlFlow<(), ()>> { |