mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 23:52:14 +11:00
fix
This commit is contained in:
parent
98f99a4a74
commit
86aca682a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue