
Can you upload images directly with a Webhook? - Reddit
Yes, you can. You need a Content-Type of multipart/form-data to upload files. For more details see the yellow notice here.
How do I get a discord bot to mention a role and a user?
I am trying to make a bot that, whenever someone says something, it sends a message in the channel saying that that person is there and is waiting for someone to join. However, it only prints @ne1 ...
How do I @mention a role with Webhooks? : r/discordapp - Reddit
trueI can't seem to mention a role, I've tried mentioning as it normally is typed. But it doesn't work. I can't seem to find anything but how to mention normal users when I google it too. :' ( EDIT: Thanks I …
How to put a hard space in discord.js embed messages?
I want to put some data with colons separating them, but want to ensure the colon lines up horizontally on each line. Only way is to padd it with spaces, except multiple adjacent spaces get collapsed
With what bot can I make reaction roles like this? - Reddit
271 votes, 84 comments. 1.1M subscribers in the discordapp community. Imagine a Place... where you can belong to a school club, a gaming group, or a…
python - Clickable image with discord embed? - Stack Overflow
Sep 7, 2018 · So is it possible to set a link to the big image you can see below What do I need to change in this code? embed.set_image (url="https://images-na.ssl-images-amazon ...
Webhook into Forum Posts? : r/discordapp - Reddit
Dec 1, 2023 · From the webhook documentation: If the webhook channel is a forum channel, you must provide either thread_id in the query string params, or thread_name in the JSON/form params. If …
How do I "Link" a channel like a mention in my Discord Bot message?
Mar 21, 2019 · I'd like our Discord Bot to mention a specific channel, and let it be clickable. I understand mentioning a user you use the user ID. I do have the channel Id, just unsure how to implement it.
Custom emojis don't display in webhook messages : r/discordapp
Mar 16, 2020 · trueIs there any way to make my discord server's custom emojis work with webhooks? Default emojis display normally. Using emoji name with ID :emoji:id_number doesn't help. I need this …
python - Discord Bot Role Mentioning - Stack Overflow
Aug 27, 2018 · I am making simple Discord bot for my server, because part of one bot doesn't work. But, that bot needs to tag people from one role (let's say that role is "Moderator"). I wanted it to tag …