Colind8 / Mr.-Megee

Mr. Megee is a Discord bot that may or may not be sentient.
https://discord.com/oauth2/authorize?client_id=472812336214966283&permissions=313408&scope=bot
1 stars 1 forks source link

Fix deprecations in embeds #11

Closed Colind8 closed 1 year ago

Colind8 commented 1 year ago

Fix the following DeprecationWarnings so they'll go away.

(node:17148) DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pass a sole object instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:17148) DeprecationWarning: Passing strings for MessageEmbed#setAuthor is deprecated. Pass a sole object instead.
(node:17148) DeprecationWarning: MessageEmbed#addField is deprecated and will be removed in the next major update. Use MessageEmbed#addFields instead.