From 0710992c32e68a4f1d2c89d8840ecb3d1646c043 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 27 Jun 2020 20:32:22 +0100 Subject: [PATCH] Adding a # for the discriminator --- cogs/GetInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/GetInfo.py b/cogs/GetInfo.py index 35521180..d940fca5 100644 --- a/cogs/GetInfo.py +++ b/cogs/GetInfo.py @@ -73,7 +73,7 @@ class GetInfo(commands.Cog): # Define fields to be added into the embed embed_fields = [("Name", str(target.mention), True), - ("Tag", target.name, True), + ("Tag", "#" + target.name, True), ("Discrim", target.discriminator, True), ("Registered", target.created_at.strftime("%d/%m/%Y %H:%M:%S"), True), ("Joined", target.joined_at.strftime("%d/%m/%Y %H:%M:%S"), True),