Exanlv

Results 3 issues of Exanlv

`'something/:thing/:thing_other'` with the following bindings `['::thing::', '::thing other::']` produces `something/::thing::/::thing::_other` rather than `something/::thing::/::thing other::` This is caused by the `str_replace` replacing the `:thing` part of `:thing_other` as well, few fixes...

Noticed a minor memory leak in my project, after some debugging I was able to trace it back to DiscordPHP-Http Executing API calls keeps taking up more memory. It doesn't...

This is more of a proof of concept than a full PR. #26 introduces Promise V3 compatibility with the use of a helper. With an implementation like this, no helper...