Reformat entire project with ruff instead of black

This commit is contained in:
Rapptz
2025-08-18 20:15:44 -04:00
parent 3ef6272e07
commit 44a44e938f
88 changed files with 485 additions and 730 deletions

View File

@ -261,7 +261,7 @@ class PrivilegedIntentsRequired(ClientException):
msg = (
'Shard ID %s is requesting privileged intents that have not been explicitly enabled in the '
'developer portal. It is recommended to go to https://discord.com/developers/applications/ '
'and explicitly enable the privileged intents within your application\'s page. If this is not '
"and explicitly enable the privileged intents within your application's page. If this is not "
'possible, then consider disabling the privileged intents instead.'
)
super().__init__(msg % shard_id)