Compare commits

...

1 commit

Author SHA1 Message Date
esy
d28a56f255
fix: out of date command 2025-04-23 12:40:33 +01:00

View file

@ -31,7 +31,7 @@ pub(crate) mod user {
// user has to have previously linked with wolves // user has to have previously linked with wolves
if get_server_member_discord(&db, &command.user.id).await.is_none() { if get_server_member_discord(&db, &command.user.id).await.is_none() {
return "Not linked with wolves, please use ``/link_wolves`` with your wolves email.".to_string(); return "Not linked with wolves, please use ``/wolves link`` with your wolves email.".to_string();
} }
let sub_options = if let Some(CommandDataOption { let sub_options = if let Some(CommandDataOption {