mirror of
https://github.com/myned/watcher.git
synced 2024-11-01 12:22:38 +00:00
Update hikari-miru
This commit is contained in:
parent
d76cb084e2
commit
017afcfcee
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -28,7 +28,7 @@ async def on_error(event):
|
|||
raise event.exception
|
||||
|
||||
|
||||
miru.load(bot)
|
||||
miru.install(bot)
|
||||
tasks.load(bot)
|
||||
bot.load_extensions_from("commands", "tasks")
|
||||
bot.run(activity=hikari.Activity(name=c.config["activity"], type=c.ACTIVITY) if c.config["activity"] else None)
|
||||
|
|
Loading…
Reference in a new issue