Minor fixes

This commit is contained in:
2024-05-12 17:03:40 +03:00
parent aa3c2ae313
commit 064ec22e51
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
use crate::prelude::*;
/// Deletes the message without returining errors
/// Deletes the message without returning errors
#[inline]
pub async fn delete_message(bot: Throttle<Bot>, msg: Message) {
let ids = MessageIds::from(&msg);