diff options
| -rw-r--r-- | bot/__main__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/__main__.py b/bot/__main__.py index 934dc0a9..1b6b9f1e 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -81,7 +81,7 @@ async def main() -> None:              if constants.Client.in_ci:                  await test_bot_in_ci(_bot)              else: -                await _bot.start(constants.Client.token) +                await _bot.start(constants.Client.token.get_secret_value())  asyncio.run(main()) | 
