Update 'node/boto.js'
This commit is contained in:
parent
123da476ed
commit
fca0257456
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue