We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GetMessages
1 parent d85d99f commit c591d25Copy full SHA for c591d25
src/builder/get_messages.rs
@@ -18,7 +18,7 @@ use crate::model::prelude::*;
18
/// These are mutually exclusive, and override each other if called sequentially. If one is not
19
/// specified, messages are simply sorted by most recent.
20
///
21
-/// The other parameter specifies the number of messages fo retrieve. This is _optional_, and
+/// The other parameter specifies the number of messages to retrieve. This is _optional_, and
22
/// defaults to 50 if not specified.
23
24
/// See [`GuildChannel::messages`] for more examples.
0 commit comments