Skip to content

Commit 74a3cca

Browse files
committed
Fix createitem
1 parent 53ee10f commit 74a3cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/Items/create-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ class CreateItem extends Command {
758758
}
759759

760760
embed.addFields([{ name: 'Reply Message', value: !replyMessage ? 'None' : replyMessage, inline: true }]);
761-
embed.clearFooter();
761+
embed.setFooter(null);
762762
messagesToDelete = messagesToDelete.filter((delMessages) => {
763763
return delMessages
764764
.delete()

0 commit comments

Comments
 (0)