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-27 22:24:24 +00:00

5 lines
62 B
Python

#!/bin/python
from lib.werefox_bot_runtime import run
run()