function name update

This commit is contained in:
= 2021-07-31 18:33:48 -04:00
parent 971ad38625
commit 986a3dd980
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ module.exports = {
} else { } else {
replyBody = client.pastas.get(file.name).content; replyBody = client.pastas.get(file.name).content;
} }
message.channel.send(functions.createTextEmbed({ content: replyBody }, message.author, `${file.name}.${file.extension}`)); message.channel.send(functions.textEmbed(replyBody, message.author, `${file.name}.${file.extension}`));
} }
} }