add username to embed
This commit is contained in:
parent
d0c888a30d
commit
9b9d9d600c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class Rsudo(Cog):
|
||||||
log.info(f'[rsudo] {uid!r} {command!r}')
|
log.info(f'[rsudo] {uid!r} {command!r}')
|
||||||
|
|
||||||
embed = discord.Embed(
|
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}```',
|
description=f'```sh\n{command}```',
|
||||||
color=discord.Color.purple(),
|
color=discord.Color.purple(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue