Skip to content

Tag: discord.py

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: and this is the error i get: Answer The argument for set_footer is keyword-only:

How to make this command work with all users

guys my command only working for my bot, can someone help me? to explain better: *fake @mybot blabla (works) *fake @SrWonka blabla (dotn work) Code: Soucebin:https://sourceb.in/rkhH6YdTCx Answer Changed made: The way you were getting your user is not the optimal way I used Typing.union you can see the docs be…