feat: send new members instructions to link wolves #19
Loading…
Reference in a new issue
No description provided.
Delete branch "new-member-message"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should make new members more aware of how to get full access to the server
Lockfile got bumped?
@ -52,0 +53,4 @@
let msg = format!(
"Welcome to the {} server! \n\
Sign up on ulwolves and go to #bot_commands and do /link_wolves to get full access",
name
Shouldnt it be this:
yeah ill add the links, and the name. The idea with the name variable was to make it general across servers so the bot would work with game dev etc
Also if we want to make it general / work for other servers we cant hard code those links so gonna have to figure a way to get them dynamically
Feck I missed the fact that it was teh server name, irnore the
Welcome {} to the UL Computer Society Discord server!
thenSame goes for teh previous stuff as well
I have an idea hwo to add those things and can get tehm in after ye merge this
Should i not ?, i got an error and cargo update fixed, im probably doing something wrong tho
a
@ -50,2 +50,4 @@
println!("{:?}", e);
}
} else if let Some(server_name) = new_member.guild_id.name(&ctx) {
let ulwolves_link = "";
Not sure how to work this out, maybe just hardcode it in some hashmap ?