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

6 lines
62 B
Python
Raw Normal View History

2021-08-27 17:24:24 -05:00
#!/bin/python
from lib.werefox_bot_runtime import run
run()