mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
remove console
This commit is contained in:
parent
3cea3331da
commit
0bb742b91d
1 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,7 @@ function createDictionaryPage(context, result, index, language){
|
|||
})
|
||||
|
||||
if(result.phonetic) e.description += smallPill(result.phonetic)
|
||||
|
||||
|
||||
if(language !== "en") e.description += `\n${TRANSLATE_LANGUAGE_MAPPINGS[language]} ${pill(DICTIONARY_LANGUAGES[language])}`
|
||||
|
||||
let word = result.entries[index]
|
||||
|
@ -70,8 +70,6 @@ module.exports = {
|
|||
|
||||
let language = dictionaryGetCodeFromAny(args.lang);
|
||||
|
||||
console.log(language)
|
||||
|
||||
if(!language) return editOrReply(context, createEmbed("warning", context, "Invalid Language"))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue