aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arthur/exts/directory/ldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/directory/ldap.py b/arthur/exts/directory/ldap.py
index a68c8c2..68d002b 100644
--- a/arthur/exts/directory/ldap.py
+++ b/arthur/exts/directory/ldap.py
@@ -269,7 +269,7 @@ class LDAP(commands.Cog):
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