From 01a60f2b363830f7aa49726476ae64e38f7e2ef0 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 1 Feb 2017 19:56:06 +0100 Subject: forgot mention --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') 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 = [] -- cgit v1.3.1