diff options
Diffstat (limited to 'dev/bot')
| -rw-r--r-- | dev/bot/__main__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/dev/bot/__main__.py b/dev/bot/__main__.py index ea74649c..43c4dbd5 100644 --- a/dev/bot/__main__.py +++ b/dev/bot/__main__.py @@ -32,5 +32,6 @@ async def main() -> None:      async with bot:          await bot.start(os.getenv("BOT_TOKEN")) +  if os.getenv("IN_CI", "").lower() != "true":      asyncio.run(main()) | 
