summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.py b/main.py
index e68ac92..37e5d74 100644
--- a/main.py
+++ b/main.py
@@ -117,10 +117,6 @@ async def on_message_edit(before, message):
@cli.event
async def on_message(message):
- mirror = cli.get_channel(MODMIRROR)
- if message.author != cli.user and mirror and message.channel.id not in MIRROR_IGNORE:
- await cli.send_message(mirror, message.author.mention + message.channel.mention + ": " + message.content)
-
msg = message.content.lower()
if msg.startswith("?ping"):
await cli.send_message(message.channel, "Pong!")