summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 1b305ad..9fd5337 100644
--- a/main.py
+++ b/main.py
@@ -67,7 +67,7 @@ async def search_teammates(server, channel, who, query, notify=True):
"end": end
}).inserted_id
- await cli.send_message(channel, "%s You are in queue.")
+ await cli.send_message(channel, "%s You are in queue." % (who.mention))
await asyncio.sleep((start-now).total_seconds())
players = []