Merge pull request #59 from dannybd/patch-1

[tweak] "Game for {user.mention}:"
This commit is contained in:
Sakimori 2020-12-28 20:10:48 -05:00 committed by GitHub
commit 395fba2778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -553,7 +553,7 @@ async def watch_game(channel, newgame, user = None):
in_emoji = discord.utils.get(client.emojis, id = 791578957244792832)
if user is not None:
await channel.send(f"Game for {user.display_name}:")
await channel.send(f"Game for {user.mention}:")
embed = await channel.send("Starting...")
await asyncio.sleep(1)
await embed.pin()