Tell user to set poToken when YouTube is enabled

This commit is contained in:
Parker M. 2024-11-26 17:00:32 -06:00
parent 2c61ce4fd9
commit 5eb665c99b
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -29,7 +29,7 @@ class MyBot(commands.Bot):
config.LOG.info("Loading cogs...")
config.LOG.info(
"YouTube support is enabled"
"YouTube support is enabled, make sure to set a poToken"
if config.YOUTUBE_SUPPORT
else "YouTube support is disabled"
)