Skip to content

Commit 15d9ed1

Browse files
committed
add whoami command
1 parent e659f26 commit 15d9ed1

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

image/blackhat.png

75.6 KB
Loading

plugins/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async def printMsg(event: hikari.GuildMessageCreateEvent):
5757
f"All my coderelated stuff on Github:\n*https://www.github.com/sera619*\n\nOn my Youtubechannel you get cyber security information and livehacks:\n*https://www.youtube.com/@S3R43o3*\n\n"+
5858
f"**\"No system is safe. Expect us!\"**"
5959
)
60+
embed.set_thumbnail("./image/blackhat.png")
6061
return await event.message.respond(embed=embed)
6162
# if event.content != "buttons" and event.content != 'classcheck' and event.content != "rolecheck":
6263
# if is_admin:

0 commit comments

Comments
 (0)