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

10 lines
207 B
Python
Raw Permalink Normal View History

2021-08-27 17:24:24 -05:00
#!/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
2021-08-27 17:24:24 -05:00
werefox_run()