diff options
Diffstat (limited to 'arthur/__main__.py')
| -rw-r--r-- | arthur/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/__main__.py b/arthur/__main__.py index d5cfffd..53e1fb3 100644 --- a/arthur/__main__.py +++ b/arthur/__main__.py @@ -31,7 +31,7 @@ async def main() -> None: intents=intents, ) async with arthur.instance as bot: - await bot.start(CONFIG.token) + await bot.start(CONFIG.token.get_secret_value()) with arthur.logger.catch(): |