mirror of
https://github.com/troit5ky/gmod_discord_relay.git
synced 2025-03-04 03:03:15 -05:00
fix description for !status command
This commit is contained in:
parent
51ad6dc2f6
commit
08803d2227
@ -13,13 +13,7 @@ Discord.commands['status'] = function()
|
||||
['embeds'] = {{
|
||||
['color'] = 5793266,
|
||||
['title'] = GetHostName(),
|
||||
['description'] = [[
|
||||
DiscordString.connect - steam://connect/]] .. game.GetIPAddress() .. [[
|
||||
|
||||
DiscordString.currentMap - ]] .. game.GetMap() .. [[
|
||||
|
||||
DiscordString.players - ]] .. plys .. [[
|
||||
]],
|
||||
['description'] = DiscordString.connect .. " - steam://connect/" .. game.GetIPAddress() .. "\n" .. DiscordString.currentMap .. " - " .. game.GetMap() .. "\n" .. DiscordString.players .. " - " .. plys,
|
||||
['fields'] = {{
|
||||
['name'] = DiscordString.playerList,
|
||||
['value'] = plyList
|
||||
|
Loading…
Reference in New Issue
Block a user