slash_commands_guilds param re-named to guilds. #81
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_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.