Fun stuff and things :)

This commit is contained in:
SowinskiBraeden committed 2021-09-26 21:38:46 -07:00
1 parent ea556b1d6f
commit dda0741d3e
1 file changed
+3 -1
+3 -1
View File
@@ -460,9 +460,11 @@ class Bot {
// Disabled for dev
// if (command == 'createbolo') this.createBolo(message, args);
// Dev Commands (not visible in help)
// Dev Commands (not visible in help) && easter egg commands
if (command == 'version') message.channel.send(`**LPS-BOT Version : ${this.dev}-${this.config.version}**`)
if (command == 'whatisthemeaningoflife') message.channel.send('42');
if (command == 'whatareyou' || command == 'whoareyou') message.channel.send('Im your friendly neighborhood Lines Police CAD Bot');
if (command == 'whocreatedyou') message.channel.send('Lines Police CAD Developer McDazzzled | https://github.com/SowinskiBraeden');
if (command == 'pingserver') {
const socket = io.connect(this.config.socket);
socket.emit('botping', {message:'hello there'});