Updated Version text
This commit is contained in:
1 parent
223dabbe31
commit
9a071ea341
1 file changed
+1
-1
@@ -229,7 +229,7 @@ client.on('message', (message) => {
|
|||||||
// if (command == 'panic') enablePanic(message);
|
// if (command == 'panic') enablePanic(message);
|
||||||
|
|
||||||
// Dev Commands (not visible in help)
|
// 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');
|
if (command == 'whatisthemeaningoflife') message.channel.send('42');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in new issue
Block a user