mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
remove platform option
This commit is contained in:
parent
2fbba38620
commit
fce106fccf
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ module.exports = {
|
||||||
.setColor("#0099ff")
|
.setColor("#0099ff")
|
||||||
.setTitle(`${data.username}'s Valorant Stats`)
|
.setTitle(`${data.username}'s Valorant Stats`)
|
||||||
.addFields(
|
.addFields(
|
||||||
{ name: "💻 Platform", value: data.platform },
|
|
||||||
{
|
{
|
||||||
name: "🏆 Current Rank",
|
name: "🏆 Current Rank",
|
||||||
value: data.current_rank,
|
value: data.current_rank,
|
||||||
|
|
Loading…
Reference in a new issue