Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-10 01:43:52 +00:00
parent 9dacf6e6db
commit a2a4f63fc7
1 changed files with 1 additions and 1 deletions

View File

@ -124,6 +124,6 @@ client.on('message', (channel, tags, message, self) => {
// ================================== // ==================================
// NOT FOUND FUNCTION // NOT FOUND FUNCTION
else { else {
client.say(channel, `/me Bleep! Bloop! Error! Sorry, @${tags.username} hopefully SE/SL/Nitebot has ya covered...); client.say(channel, `/me Bleep! Bloop! Error! Sorry, @${tags.username} hopefully SE/SL/Nitebot has ya covered...`);
} }
}); });