mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 00:35:56 +00:00
cs stats: add steam player name to embeded data
This commit is contained in:
parent
41ae6f74b4
commit
869de27a4c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ module.exports = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const fields = [
|
const fields = [
|
||||||
|
{ name: "🎮 Steam Name", value: data.player_name },
|
||||||
rankField,
|
rankField,
|
||||||
{
|
{
|
||||||
name: "⏳ Hours Played",
|
name: "⏳ Hours Played",
|
||||||
|
|
Loading…
Reference in a new issue