Divent/divent/__main__.py

4 lines
44 B
Python
Raw Normal View History

2022-06-23 13:30:11 +00:00
from .bot import run # type: ignore
2022-06-08 21:02:14 +00:00
run()