From 9b9d9d600c21722df5d6cb9f65e2d383552e1132 Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Sun, 3 Dec 2017 03:28:11 -0300 Subject: [PATCH] add username to embed --- bot/ext/rsudo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/ext/rsudo.py b/bot/ext/rsudo.py index e691276..269179b 100644 --- a/bot/ext/rsudo.py +++ b/bot/ext/rsudo.py @@ -43,7 +43,7 @@ class Rsudo(Cog): log.info(f'[rsudo] {uid!r} {command!r}') embed = discord.Embed( - title=f'RSudo request from UID {uid}', + title=f'RSudo request from UID {uid} UNAME {username!r}', description=f'```sh\n{command}```', color=discord.Color.purple(), )