From 7b3e323cf19b4d94f187a3eec76f5dec0c50ba97 Mon Sep 17 00:00:00 2001 From: 404invalid-user Date: Wed, 27 Oct 2021 01:56:23 +0100 Subject: [PATCH] b --- src/bot/commands/fun/fivem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/commands/fun/fivem.js b/src/bot/commands/fun/fivem.js index db14981..3b91d3b 100644 --- a/src/bot/commands/fun/fivem.js +++ b/src/bot/commands/fun/fivem.js @@ -73,7 +73,7 @@ module.exports = { let fivemIpEmbed = new Discord.MessageEmbed() .setAuthor("fiveM ip") .setColor(conf.colour.ok) - .setDescription("the fiveM server ip is: `" + currentServer.conf.fivem.ip + "`") + .setDescription("the fiveM server ip is: `" + currentServer.configs.fivem.ip + "`") message.channel.send(fivemIpEmbed) } else if (args[1] == 'players') { let playersEmbed = new Discord.MessageEmbed()