This commit is contained in:
Expand-sys 2023-01-03 14:01:14 +11:00
parent 98f99a4a74
commit 86aca682a3

View file

@ -12,7 +12,7 @@ module.exports = {
guildOnly: true, guildOnly: true,
permissions: "SEND_MESSAGES", permissions: "SEND_MESSAGES",
async execute(message, args) { async execute(message, args) {
if (args) { if (args.length > 1) {
return message.reply("fuck bro your confusing me with all them words"); return message.reply("fuck bro your confusing me with all them words");
} else { } else {
console.log(host); console.log(host);