fix: out of date command
This commit is contained in:
parent
22ff91b152
commit
d28a56f255
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub(crate) mod user {
|
|||
|
||||
// user has to have previously linked with wolves
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue