Skip to content

Commit

Permalink
Update check for LDAP bootstrap message
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 authored Aug 6, 2024
1 parent 3c12913 commit 0bbccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arthur/exts/directory/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async def cog_load(self) -> None: # noqa: C901, PLR0912
async for message in channel.history(limit=None, oldest_first=True):
if (
message.author == self.bot.user
and "Python Discord LDAP enrollment" in message.content
and "Python Discord LDAP" in message.content
):
found_message = message

Expand Down

0 comments on commit 0bbccdb

Please sign in to comment.