Removing redundant file.name
This commit is contained in:
parent
6e489068b5
commit
2715b7bb27
@ -16,6 +16,6 @@ module.exports = {
|
|||||||
flipper = 0;
|
flipper = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
message.channel.send(functions.createTextEmbed({ content: newText }, message.author, `${file.name}.${file.extension}`));
|
message.channel.send(functions.createTextEmbed({ content: newText }, message.author, `.${file.extension}`));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user