Skip to content
Advertisement

changing the embed’s footer

i have this code that would change an embed’s footer and resend it to the log channel, but now it doesn’t work anymore for somereason

this is the code:

JavaScript

and this is the error i get:

JavaScript

Advertisement

Answer

The argument for set_footer is keyword-only:

JavaScript
Advertisement