Skip to content

Commit

Permalink
Response on title change
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpilar authored and udoprog committed Mar 7, 2021
1 parent ed2b480 commit d2b969e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bot/src/module/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ impl command::Handler for Title {
self.stream_info
.refresh_channel(&self.twitch, user.streamer())
.await?;

respond!(ctx, "Title updated!");
}

Ok(())
}
}

/// Handler for the `!title` command.
/// Handler for the `!game` command.
pub struct Game {
pub enabled: settings::Var<bool>,
pub stream_info: stream_info::StreamInfo,
Expand Down

0 comments on commit d2b969e

Please sign in to comment.