#specific channel
1 messages · Page 1 of 1 (latest)
seeing the error would probably help

i also
have a question
how do I send a webhook
and then
edit it
to add fields
like
data.requester.username
into it
okay. so first - please write sentences not words
ah yes
this is incredibly annoying to read
my style sorry
<:_:874569335308431382> Webhook#editMessage()
Edits a message that was sent by this webhook.
ok thx
wait
no I didn't mean that
I ment how do I add fileds while not been already sent
Before sending it
what
so like
like this : .send('User ' + data.requester.username + " requsted to the group and was accepted successfully!")
data.requester.username should be in
yes?
ye, how do I make it for webhooks
setDescription('User ' + data.requester.username + " requsted to the group and was accepted successfully!")
?
sure?
?
what's your question? you concatenate 3 strings to one and then set the description to it
I'm asking
try it and see?
or, alternatively, read the docs
they tell you everything you need to answer this