mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
remove debug log
This commit is contained in:
parent
c8783b12bc
commit
9b4173a28a
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ module.exports = {
|
||||||
// Controls ctx-based translations
|
// Controls ctx-based translations
|
||||||
if(args.text.length >= 1 && getCodeFromAny(args.text)) args.to = args.text;
|
if(args.text.length >= 1 && getCodeFromAny(args.text)) args.to = args.text;
|
||||||
else if(args.text.length >= 1) content = args.text;
|
else if(args.text.length >= 1) content = args.text;
|
||||||
|
|
||||||
console.log(args)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!content.length) return editOrReply(context, createEmbed("warning", context, "No text supplied."))
|
if(!content.length) return editOrReply(context, createEmbed("warning", context, "No text supplied."))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue