From 9a071ea3412705e084e0f933426cd7ddd4d86ade Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Wed, 4 Aug 2021 00:13:54 -0700 Subject: [PATCH] Updated Version text --- LPS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPS.js b/LPS.js index b0459e6..a04556b 100644 --- a/LPS.js +++ b/LPS.js @@ -229,7 +229,7 @@ client.on('message', (message) => { // if (command == 'panic') enablePanic(message); // Dev Commands (not visible in help) - if (command == 'version') return message.channel.send(`**LPS-BOT Version : DEV-${config.version}**`) + if (command == 'version') return message.channel.send(`**LPS-BOT Version : PROD-${config.version}**`) if (command == 'whatisthemeaningoflife') message.channel.send('42'); }); });