#perms v2
1 messages · Page 1 of 1 (latest)
i'm not too sure what you mean, sorry
the bot dev can supply default perms ( #769862166131245066 ) and those are active until server staff configures that application
if you re-deploy that doesn't reset guild settings and once settings are in place they override the default, even if you change it
example:
command1 has default perms of 4 (should be ban members)
everyone with ban perms can use this command in guilds the command is deployed to (or all guilds, if global)
staff disables interaction or command for at-everyone and enables it for at-modrole - now only that specific role can use it, the perm is no longer relevant
command1 gets re-deployed with default perms 8 (administrator)
at-modrole can still use it, because the guild settings override the default recommendation, the perm is still not relevant, because settings already exist
Yeah my concern was that if i reupload the bot and launch the "add new commands" script, if the bot will have a "fresh start" and the modifications already added into the discord settings will be override with the default settings.
But i understand it now, thanks