feat: send new members instructions to link wolves #19

Merged
silver merged 20 commits from new-member-message into main 2024-09-17 21:33:22 +00:00
Owner

This should make new members more aware of how to get full access to the server

This should make new members more aware of how to get full access to the server
esy added 1 commit 2024-09-16 17:45:56 +00:00
esy added 1 commit 2024-09-16 17:48:33 +00:00
Owner

Lockfile got bumped?

Lockfile got bumped?
silver reviewed 2024-09-16 18:10:21 +00:00
src/main.rs Outdated
@ -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
Owner

Shouldnt it be this:

"Welcome {} to the UL Computer Society Discord server! \n\
Sign up on [UL Wolves](https://ulwolves.ie/society/computer) and go to https://discord.com/channels/689189992417067052/1153109633980964905 and use ``/link_wolves`` to get full access"
Shouldnt it be this: ``` "Welcome {} to the UL Computer Society Discord server! \n\ Sign up on [UL Wolves](https://ulwolves.ie/society/computer) and go to https://discord.com/channels/689189992417067052/1153109633980964905 and use ``/link_wolves`` to get full access" ```
Author
Owner

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

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
Author
Owner

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

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
Owner

Feck I missed the fact that it was teh server name, irnore the Welcome {} to the UL Computer Society Discord server! then

Same 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

Feck I missed the fact that it was teh server name, irnore the ``Welcome {} to the UL Computer Society Discord server!`` then Same 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
silver marked this conversation as resolved
esy added 1 commit 2024-09-16 18:14:53 +00:00
Author
Owner

Lockfile got bumped?

Should i not ?, i got an error and cargo update fixed, im probably doing something wrong tho

> Lockfile got bumped? Should i not ?, i got an error and cargo update fixed, im probably doing something wrong tho
esy added 1 commit 2024-09-16 18:45:09 +00:00
esy added 1 commit 2024-09-16 19:13:56 +00:00
esy added 1 commit 2024-09-16 19:35:34 +00:00
esy added 1 commit 2024-09-16 19:56:20 +00:00
esy reviewed 2024-09-16 21:00:59 +00:00
esy left a comment
Author
Owner

a

a
src/main.rs Outdated
@ -50,2 +50,4 @@
println!("{:?}", e);
}
} else if let Some(server_name) = new_member.guild_id.name(&ctx) {
let ulwolves_link = "";
Author
Owner

Not sure how to work this out, maybe just hardcode it in some hashmap ?

Not sure how to work this out, maybe just hardcode it in some hashmap ?
silver marked this conversation as resolved
esy added 1 commit 2024-09-16 22:52:38 +00:00
esy added 1 commit 2024-09-17 07:23:24 +00:00
esy added 1 commit 2024-09-17 07:45:06 +00:00
esy added 1 commit 2024-09-17 07:59:09 +00:00
silver added 9 commits 2024-09-17 21:30:49 +00:00
silver merged commit d9211dca9a into main 2024-09-17 21:33:22 +00:00
silver deleted branch new-member-message 2024-09-17 21:33:22 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Skynet/discord-bot#19
No description provided.