Skip to content

Conversation

@vladdoster
Copy link
Contributor

  • add missing article

@vladdoster vladdoster requested a review from a team as a code owner September 8, 2025 21:29
@vladdoster vladdoster requested review from abe-discord and removed request for a team September 8, 2025 21:29

- You should use a descriptive name like `/stats` rather than a vague name like `/get` for a command that displays stats to a user.
- You should use shorter name like `/poll` rather than a verbose name like `/create-new-poll` for a command that creates a new poll. If there are many actions to take related to `/poll`, it might be more intuitive to use a `create` subcommand.
- You should use a shorter name like `/poll` rather than a verbose name like `/create-new-poll` for a command that creates a new poll. If there are many actions to take related to `/poll`, it might be more intuitive to use a `create` subcommand.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See line above for reference.

@colinloretz colinloretz self-requested a review September 8, 2025 22:17
Copy link
Contributor

@colinloretz colinloretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @vladdoster.

In the future, please combine grammar mistakes like this into one PR.

@colinloretz colinloretz merged commit 1f37334 into discord:main Sep 8, 2025
4 checks passed
@vladdoster vladdoster deleted the patch-3 branch September 8, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants