remove debug log

This commit is contained in:
bignutty 2024-12-20 20:56:12 +01:00
parent c8783b12bc
commit 9b4173a28a

View file

@ -38,8 +38,6 @@ module.exports = {
// Controls ctx-based translations
if(args.text.length >= 1 && getCodeFromAny(args.text)) args.to = 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."))