slash_commands_guilds param re-named to guilds. #81

Open
Sengolda wants to merge 4 commits from unknown repository into 2.0
Sengolda commented 2021-09-30 11:45:31 +00:00 (Migrated from github.com)

Summary

this pr re-names the slash_commands_guilds param to guilds.

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)
## Summary this pr re-names the `slash_commands_guilds` param to `guilds`. ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated the documentation to reflect the changes. - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [x] This PR is a breaking change (e.g. methods or parameters removed/renamed) - [ ] This PR is **not** a code change (e.g. documentation, README, ...)
ethanolchik commented 2021-09-30 15:43:39 +00:00 (Migrated from github.com)

slash_command_guilds in my opinion is better than guilds because guilds can get confused with guild-specific commands and guild-specific slash commands.

`slash_command_guilds` in my opinion is better than `guilds` because `guilds` can get confused with guild-specific commands and guild-specific slash commands.
GanstaKingofSA commented 2021-09-30 23:15:00 +00:00 (Migrated from github.com)

If I put on a newcomer's perspective to this being a thing, it would be a bit confusing since guilds is very similar to guild which is a class already in D.py. I think the original name is better (albiet it could be better with slash_allowed_guilds or slash_guilds) since it differs into what this function is used for i.e. slash commands and what it does i.e. targets allowed guild ids.

If I put on a newcomer's perspective to this being a thing, it would be a bit confusing since `guilds` is very similar to `guild` which is a class already in D.py. I think the original name is better (albiet it could be better with `slash_allowed_guilds` or `slash_guilds`) since it differs into what this function is used for i.e. slash commands and what it does i.e. targets allowed guild ids.
Sengolda commented 2021-10-01 05:13:15 +00:00 (Migrated from github.com)

slash_command_guilds in my opinion is better than guilds because guilds can get confused with guild-specific commands and guild-specific slash commands.

Mhm, true, but what about guild_ids ?

> `slash_command_guilds` in my opinion is better than `guilds` because `guilds` can get confused with guild-specific commands and guild-specific slash commands. Mhm, true, but what about `guild_ids` ?
This pull request is broken due to missing fork information.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin unknown repository:unknown repository
git checkout unknown repository
Sign in to join this conversation.
No description provided.