diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-14 10:34:55 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-14 10:37:19 -0700 |
| commit | 7c7f2173630ca411f25993229734a2e78a39aff6 (patch) | |
| tree | 28c553415822d38a7a5398ee2b6ce77dfb20970f /src/framework | |
| parent | Add `Member::permissions` (diff) | |
| download | serenity-7c7f2173630ca411f25993229734a2e78a39aff6.tar.xz serenity-7c7f2173630ca411f25993229734a2e78a39aff6.zip | |
Split up long documentation line
Diffstat (limited to 'src/framework')
| -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; |