This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-discord-bot/werefox_discord_bot.py
2021-08-29 23:28:25 +00:00

9 lines
207 B
Python

#!/bin/python
from asyncio import sleep, run
try:
from volumes.python.lib.werefox_bot_runtime import run as werefox_run
except:
from lib.werefox_bot_runtime import run as werefox_run
werefox_run()