Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 54f5058

Browse files
authored
defined avatar
1 parent 0ef5574 commit 54f5058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/Memer/excuseme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
.setColor("RED")
2727
.setDescription(`Useage: \`${prefix}excuseme <TEXT>\``)
2828
).catch(e => console.log("Couldn't delete msg, this is for preventing a bug".gray))
29-
29+
var avatar = user.displayAvatarURL({ format: "png" });
3030
//get the memer image
3131
client.memer.excuseme(avatar).then(image => {
3232
//make an attachment

0 commit comments

Comments
 (0)