Add missing active
on star add
This commit is contained in:
parent
31a4894fdf
commit
949106bf4a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue