summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-06 14:55:50 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-06 14:55:50 +0100
commit095e07cd30929186199a7b19bf97a771f7e36a9d (patch)
treedb7600737f1efa9671a54aa9cafebbd6b40d838e
parentcd90da5455c32e50ba6f30055b453bc2eef5bfa7 (diff)
downloadVainbot-095e07cd30929186199a7b19bf97a771f7e36a9d.tar.gz
Vainbot-095e07cd30929186199a7b19bf97a771f7e36a9d.zip
only mirror edits and deletes
-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!")