Skip to content

Commit

Permalink
feat(arabot): make rules on trusted shorter and clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
smyalygames committed Aug 11, 2024
1 parent 9c51be9 commit 88dd678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/roles/verification/trusted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class TrustedCommand extends Command {
.send(
`You have been given the ${trusted.name} role by ${mod}!` +
'\n\nThis role allows you to post attachments to the server and stream in VCs.' +
"\nMake sure that you follow the rules, do **not** post anything **NSFW**, **no animal products or consumption of animal products**, and follow Discord's ToS." +
"\nMake sure that you follow the rules, especially by **not** posting anything **NSFW**, and **no animal products or consumption of animal products**." +
`\n\nNot following these rules will result in the **immediate removal** of the ${trusted.name} role.`,
)
.catch(() => {});
Expand Down
2 changes: 1 addition & 1 deletion src/listeners/verification/trusted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class TrustedListener extends Listener {
await member.user.send(
`Hi, you have been given the ${trusted.name} as you have been interacting in ARA for a long enough time!` +
'\n\nThis role allows you to post attachments to the server and stream in VCs.' +
"\nMake sure that you follow the rules, do **not** post anything **NSFW**, **no animal products or consumption of animal products**, and follow Discord's ToS." +
"\nMake sure that you follow the rules, especially by **not** posting anything **NSFW**, and **no animal products or consumption of animal products**." +
`\n\nNot following these rules will result in the **immediate removal** of the ${trusted.name} role.`,
);
}
Expand Down

0 comments on commit 88dd678

Please sign in to comment.