From 095e07cd30929186199a7b19bf97a771f7e36a9d Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 6 Jan 2017 14:55:50 +0100 Subject: only mirror edits and deletes --- main.py | 4 ---- 1 file changed, 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!") -- cgit v1.3.1