Updated Version text

This commit is contained in:
SowinskiBraeden committed 2021-08-04 00:13:54 -07:00
1 parent 223dabbe31
commit 9a071ea341
1 file changed
+1 -1
+1 -1
View File
@@ -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');
});
});