diff options
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |
