1
0
Fork 0
mirror of https://github.com/myned/watcher.git synced 2024-11-01 20:22:38 +00:00

Update hikari-miru

This commit is contained in:
Myned 2023-01-04 11:46:45 -06:00
parent d76cb084e2
commit 017afcfcee
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B

2
run.py
View file

@ -28,7 +28,7 @@ async def on_error(event):
raise event.exception raise event.exception
miru.load(bot) miru.install(bot)
tasks.load(bot) tasks.load(bot)
bot.load_extensions_from("commands", "tasks") bot.load_extensions_from("commands", "tasks")
bot.run(activity=hikari.Activity(name=c.config["activity"], type=c.ACTIVITY) if c.config["activity"] else None) bot.run(activity=hikari.Activity(name=c.config["activity"], type=c.ACTIVITY) if c.config["activity"] else None)