mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Core V3] Fix reload (#927)
This commit is contained in:
parent
115418d323
commit
2700a005d4
@ -68,7 +68,8 @@ class Core:
|
|||||||
await ctx.send("Failed to reload package. Check your console or "
|
await ctx.send("Failed to reload package. Check your console or "
|
||||||
"logs for details.")
|
"logs for details.")
|
||||||
else:
|
else:
|
||||||
await ctx.bot.save_packages_status()
|
curr_pkgs = await ctx.bot.db.packages()
|
||||||
|
await ctx.bot.save_packages_status(curr_pkgs)
|
||||||
await ctx.send("Done.")
|
await ctx.send("Done.")
|
||||||
|
|
||||||
@commands.command(name="shutdown")
|
@commands.command(name="shutdown")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user