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, ...)
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.
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.
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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
this pr re-names the
slash_commands_guildsparam toguilds.Checklist
slash_command_guildsin my opinion is better thanguildsbecauseguildscan get confused with guild-specific commands and guild-specific slash commands.If I put on a newcomer's perspective to this being a thing, it would be a bit confusing since
guildsis very similar toguildwhich is a class already in D.py. I think the original name is better (albiet it could be better withslash_allowed_guildsorslash_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.Mhm, true, but what about
guild_ids?View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.