slash_commands_guilds param re-named to guilds. #81
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "unknown repository"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
this pr re-names the
slash_commands_guilds
param toguilds
.Checklist
slash_command_guilds
in my opinion is better thanguilds
becauseguilds
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 toguild
which is a class already in D.py. I think the original name is better (albiet it could be better withslash_allowed_guilds
orslash_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
?Checkout
From your project repository, check out a new branch and test the changes.