mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix error messages
This commit is contained in:
parent
bfb3168bf9
commit
02d2966ff0
4 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ module.exports = {
|
|||
});
|
||||
}catch(e){
|
||||
console.log(e)
|
||||
return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform google search.`)]})
|
||||
return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform wikihow search.`)]})
|
||||
}
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue