Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-10 02:57:26 +00:00
parent 123da476ed
commit fca0257456
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ client.on('message', (channel, tags, message, self) => {
// The Cord
// ----------------------------------
if(command === 'cord' || command === 'discord') {
client.say(channel, `/w The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`);
}
// The Boto
// ----------------------------------
@ -107,7 +107,7 @@ client.on('message', (channel, tags, message, self) => {
// The Wish
// ----------------------------------
else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') {
client.say(channel, `/w First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `);
client.say(channel, `/me First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `);
}
// T H E V I E W E R S