Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken link in INDIVIDUAL.md #10

Merged
merged 2 commits into from
May 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/setup/individual.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ An explanation of the welcome message is available [here](./dashboard.md#welcome
>
> - Run `/setup welcomemessage Hello, thank you for contacting support`

- You may make use of placeholders in your welcome message. You can view a list of placeholders [here](./placeholders.md).
- You may make use of placeholders in your welcome message. You can view a list of placeholders [here](../miscellaneous/placeholders.md).

- You may also use discord message formatting to include links to channels, emojis, roles, or usernames in your welcome message. First, you will need to have discord developer mode turned on - in your personal discord account settings > advanced > discord developer mode. Second, you can right click any channel name, username, message, etc and choose `Copy ID`. Third, use the `structure` section of [discord's messge formatting chart](https://discord.com/developers/docs/reference#message-formatting) to include it in your welcome message.

Expand Down