Add missing active on star add

This commit is contained in:
Zeva Rose 2021-08-03 00:54:53 -06:00
parent 31a4894fdf
commit 949106bf4a
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ jarvis = commands.Bot(
) )
slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True)
jarvis_self = Process() jarvis_self = Process()
__version__ = "1.9.4" __version__ = "1.9.5"
jconfig = get_config() jconfig = get_config()
db = DBManager(jconfig.mongo["connect"]).mongo db = DBManager(jconfig.mongo["connect"]).mongo

View file

@ -211,6 +211,7 @@ class StarboardCog(commands.Cog):
starboard=starboard.id, starboard=starboard.id,
admin=ctx.author.id, admin=ctx.author.id,
star=star.id, star=star.id,
active=True,
).insert() ).insert()
await ctx.send( await ctx.send(