summaryrefslogtreecommitdiff
path: root/src/commands/copypasta.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/copypasta.rs')
-rw-r--r--src/commands/copypasta.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs
index 20ca144..ec3f3c6 100644
--- a/src/commands/copypasta.rs
+++ b/src/commands/copypasta.rs
@@ -9,7 +9,7 @@ use serenity::model::prelude::interaction::application_command::{
use std::sync::Arc;
pub async fn run(options: &[CommandDataOption], channel_id: ChannelId, http: &Arc<Http>) -> String {
- let err_msg = "expected a copyasta";
+ let err_msg = "expected a copypasta";
let option = options
.get(0)
.expect(err_msg)