Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 22:12:53 +00:00
parent 580eb0c903
commit f7e7c9d6f1
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ client.on('message', (channel, tags, message, self) => {
client.say(channel, `/me The Cord | The official Discod to join & share at: https://cord.sarimoko.com/`); client.say(channel, `/me The Cord | The official Discod to join & share at: https://cord.sarimoko.com/`);
} }
if(command === 'fb' || if(command === 'fb' ||
command === 'facebook || command === 'facebook' ||
command === '') { command === '') {
client.say(channel, `/me Facebook | https://facebook.com/sarimoko.o `); client.say(channel, `/me Facebook | https://facebook.com/sarimoko.o `);
} }