We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69daa1 commit 1af656fCopy full SHA for 1af656f
1 file changed
bmt_discord_bot/cogs/viraj.py
@@ -21,8 +21,6 @@ def _correct_text(self, match):
21
async def on_message(self, message):
22
if message.author.bot:
23
return
24
- if "proctor" in message.content.casefold():
25
- await message.channel.send("*invigilator")
26
for match in PATTERN.finditer(message.content):
27
await message.channel.send(self._correct_text(match))
28
0 commit comments