diff options
Diffstat (limited to 'bot/branding.py')
-rw-r--r-- | bot/branding.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/branding.py b/bot/branding.py index 06f91a38..7ea76e43 100644 --- a/bot/branding.py +++ b/bot/branding.py @@ -110,6 +110,10 @@ class BrandingManager(commands.Cog): rate-limits - the `apply` command should be used with caution. The `set` command can, however, be used freely to 'preview' seasonal branding and check whether paths have been resolved as appropriate. + + While the bot is in debug mode, it will 'mock' asset uploads by logging the passed + download urls and pretending that the upload was successful. Make use of this + to test this cog's behaviour. """ current_season: t.Type[SeasonBase] |