Compare commits
33 commits
dd7ddadf01
...
9375395c76
Author | SHA1 | Date | |
---|---|---|---|
9375395c76 | |||
ff8b50c65a | |||
45c595a71d | |||
38dcdd37b9 | |||
c713117c45 | |||
a6d35ec8a8 | |||
7663909867 | |||
7d3ca7f6f3 | |||
4d73c1e90d | |||
4c02b81e64 | |||
e6f16c2fa1 | |||
6a533d9b86 | |||
a94bc3b835 | |||
99d554a6c0 | |||
6771bca8b0 | |||
244aac8738 | |||
a763562773 | |||
3dbf12c800 | |||
47e1a9b0c7 | |||
1f8a19f817 | |||
b877e8f467 | |||
3e351f0020 | |||
4e10015804 | |||
73702cc1f8 | |||
05e442a2d5 | |||
680c95dece | |||
7a792b9cbe | |||
c3c88b0f4f | |||
9c8201d2eb | |||
cf95f4db62 | |||
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
|
||||
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 {
|
||||
|
|
|
@ -75,7 +75,7 @@ impl EventHandler for Handler {
|
|||
let msg = format!(
|
||||
r#"
|
||||
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(),
|
||||
committee.name_full,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue