Compare commits
30 commits
e4fe3a8544
...
9134feee4e
Author | SHA1 | Date | |
---|---|---|---|
9134feee4e | |||
652dd6ff1c | |||
cae383a186 | |||
b4cadffdb5 | |||
721c8246ac | |||
0f4524ea63 | |||
86f54aec6d | |||
86a3af2a65 | |||
6d5ad8e418 | |||
9d50efb757 | |||
51bc2f177f | |||
3523dac46e | |||
51d5904ffd | |||
1555a94656 | |||
7bcf30fb3a | |||
4f96c9087f | |||
1ff993d236 | |||
acdfe4b423 | |||
537fdfd40c | |||
ffd6e40d0b | |||
a7423959dc | |||
b4f6835704 | |||
0034bd34d6 | |||
725bfa41cc | |||
fcfcfb8409 | |||
e449204863 | |||
f1dbbec32d | |||
8560ed6de5 | |||
d28a56f255 | |||
22ff91b152 |
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -77,7 +77,7 @@ impl EventHandler for Handler {
|
||||||
let msg = format!(
|
let msg = format!(
|
||||||
r#"
|
r#"
|
||||||
Welcome {} to the {} server!
|
Welcome {} to the {} server!
|
||||||
Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use ``/link_wolves`` to get full access.
|
Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use ``/wolves link email_here`` with the email associated with your wolves account, to get full access.
|
||||||
"#,
|
"#,
|
||||||
new_member.display_name(),
|
new_member.display_name(),
|
||||||
committee.name_full,
|
committee.name_full,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue