diff options
Diffstat (limited to 'src/commands/copypasta.rs')
| -rw-r--r-- | src/commands/copypasta.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs index ec3f3c6..670a5df 100644 --- a/src/commands/copypasta.rs +++ b/src/commands/copypasta.rs @@ -18,7 +18,7 @@ pub async fn run(options: &[CommandDataOption], channel_id: ChannelId, http: &Ar .expect(err_msg); if let CommandDataOptionValue::String(copypasta) = option { - let replies = utils::get_copypasta(copypasta).await; + let replies = utils::get_copypasta(copypasta); if replies.len() > 1 { for reply in replies { |
