Skip to content

Commit

Permalink
Update ShiftLogging.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC authored Jan 4, 2025
1 parent 74503e4 commit 151ada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ShiftLogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ async def duty_active(self, ctx: commands.Context, *, type: str = None):

if (
len((embeds[-1].description or "").splitlines()) >= 16
and ctx.author.id not in added_staff
and member.id not in added_staff
):
embed = discord.Embed(
title="Active Shifts", color=BLANK_COLOR
Expand Down

0 comments on commit 151ada9

Please sign in to comment.