update twilight, songbird and reqwest
This commit is contained in:
@@ -26,7 +26,7 @@ pub(crate) async fn delete(
|
||||
.http
|
||||
.channel_messages(msg.channel_id)
|
||||
.before(msg.id)
|
||||
.limit(n)?
|
||||
.limit(n)
|
||||
.await?
|
||||
.model()
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user