Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC authored Oct 28, 2023
1 parent 721d977 commit dbfcb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ async def POST_punishment_logged(self, authorization: Annotated[str | None, Head
)

if designated_channel is None:
print(configItem['punishments']['channel']
print(configItem['punishments']['channel'])
designated_channel = bot.get_channel(configItem['punishments']['channel'])


Expand Down

0 comments on commit dbfcb34

Please sign in to comment.