dictionary

This commit is contained in:
derpystuff 2022-06-22 23:44:59 +02:00
parent c051946d89
commit 8e489318e5
4 changed files with 74 additions and 1 deletions

View file

@ -62,7 +62,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 urban dictionary search.`)]})
}
},
};