Skip to content

Commit 1af656f

Browse files
committed
feat: remove invigilator 😭😭
1 parent e69daa1 commit 1af656f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bmt_discord_bot/cogs/viraj.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ def _correct_text(self, match):
2121
async def on_message(self, message):
2222
if message.author.bot:
2323
return
24-
if "proctor" in message.content.casefold():
25-
await message.channel.send("*invigilator")
2624
for match in PATTERN.finditer(message.content):
2725
await message.channel.send(self._correct_text(match))
2826

0 commit comments

Comments
 (0)