Skip to content

Commit

Permalink
Update twilight-cache-inmemory/src/event/message.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
itohatweb authored Nov 25, 2024
1 parent a5934ae commit 8469984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilight-cache-inmemory/src/event/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl<CacheModels: CacheableModels> UpdateCache<CacheModels> for MessageUpdate {

// In special cases, this message was popped out due to the limitation
// of the message cache capacity, or its Event::MessageCreate was missed.
// If that is the case, we does not only add it to the message cache but
// If that is the case, we do not only add it to the message cache but
// also add its ID to the channel messages cache.
if cache
.messages
Expand Down

0 comments on commit 8469984

Please sign in to comment.