You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite possibly missing something obvious here however I'm using the following code: webhook = DiscordWebhook(url = config["webhook"], content = "", username = "Vayl Test", avatar_url = "https://i.ibb.co/mHgBcY2/icon.png")
(config referring to a file of mine)
Everything works fine except for the fact the username and avatar_url are completely ignored.
Just wondering if I'm perhaps going about this the wrong way? I believe I'm following the docs though it wouldn't be the first time I've missed the obvious!
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Quite possibly missing something obvious here however I'm using the following code:
webhook = DiscordWebhook(url = config["webhook"], content = "", username = "Vayl Test", avatar_url = "https://i.ibb.co/mHgBcY2/icon.png")
(config referring to a file of mine)
Everything works fine except for the fact the username and avatar_url are completely ignored.
Just wondering if I'm perhaps going about this the wrong way? I believe I'm following the docs though it wouldn't be the first time I've missed the obvious!
Thanks!
The text was updated successfully, but these errors were encountered: