diff options
Diffstat (limited to 'src/framework/configuration.rs')
| -rw-r--r-- | src/framework/configuration.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/framework/configuration.rs b/src/framework/configuration.rs index fa76a21..bb5a20f 100644 --- a/src/framework/configuration.rs +++ b/src/framework/configuration.rs @@ -202,7 +202,8 @@ impl Configuration { /// Whether the bot should respond to other bots. /// - /// For example, if this is set to false, then the bot will respond to any other bots including itself. + /// For example, if this is set to false, then the bot will respond to any + /// other bots including itself. pub fn ignore_bots(mut self, ignore_bots: bool) -> Self { self.ignore_bots = ignore_bots; |