Skip to content

Commit

Permalink
🌟 初次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Aug 12, 2022
1 parent c666eb6 commit 3fdfef3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from kirami import KiramiBot

bot = KiramiBot()
app = bot.asgi

if __name__ == "__main__":
bot.run(app="__mp_main__:app")

0 comments on commit 3fdfef3

Please sign in to comment.