Skip to content

Commit

Permalink
Update Privacy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC authored Mar 21, 2024
1 parent 8b83dde commit 9346cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cogs/Privacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ async def consent(self, ctx: commands.Context):
ai_enabled = True
selected = None
shift_reports_enabled = True
automatic_shifts_enabled = True

async for document in bot.consent.db.find({"_id": ctx.author.id}):
punishments_enabled = (
Expand Down

0 comments on commit 9346cbf

Please sign in to comment.