fix setFooter deprecation issues

This commit is contained in:
SowinskiBraeden committed 2022-09-30 11:19:38 -07:00
1 parent 21811a18a9
commit fd811f30ab
3 files changed
+5 -5

No files matched your search

+3 -3
View File
@@ -237,9 +237,9 @@ class LinesPoliceCadBot extends Client {
.setTitle("An error occured")
.setColor("RED")
.setDescription(Error)
.setFooter(
"If you think this as a bug, please report it in the support server!"
);
.setFooter({
text: "If you think this as a bug, please report it in the support server!"
});
Channel.send(embed);
}