Martin Packbier
Martin Packbier
That's rather weird, last time I've read the docs to the allowed_mentions field it might've been different? Technically could check them by the github repo, but yes I have tested...
I didn’t check the roles and users yet I will do it after I’m getting home again
Okay, back at home I checked it again with users and roles and it works completely fine, my sample code is ```php public function webhook(): void { $webhook = new...
The following commit adds a few functions `Message->getAllowedMentions` which will return a new instance of AllowedMentions, if the function wasn't called before, else it will return the same as called...
Was being busy with school until now.
Sample testing code: ```php protected function onEnable(): void { $webhook = new Webhook(self::URL); // test @everyone $msg1 = new Message(); $msg1->setContent("Hello! @everyone"); $msg1->getAllowedMentions(); // explain the behavior of the readme...
@xqwtxon I am very much aware, it is just way more readable using sleep in a single function then other approaches and this is just meant to showcase it