Yusuf Arfan Ismail

Results 101 comments of Yusuf Arfan Ismail
trafficstars

> `fail_if_not_exists` is used when _sending_ messages, not when receiving them, so it has to be added to the corresponding message builders etc. It determines if, when sending a reply,...

> #1085 When replying is there a way to check if the message id is null like here, ```java if (replyingTo != null) { body.putObject("message_reference").put("message_id", replyingTo); } ``` @wasdennnoch

or would i check here for example ```java private CompletableFuture executeRequestWithoutAttachments(TextChannel channel, ObjectNode body, RestRequest request) { request.setBody(body); //check if fail_if_not_exists is false and message doesn't exist, trough exception return...

> > When replying is there a way to check if the message id is null like here, > > Not sure where/why you're trying to check that. The code...

@AhmedA1559 @wasdennnoch can you do re review please

@KILLEliteMaste can you have a look at this pr please