Abdulaziz Aloqeely
Abdulaziz Aloqeely
I've just tried with 2 webhooks (old and new) and both worked as expected, what discord client are you using? for ex: regular discord or canary etc
actually, can you run this code and return the output? ```py import re hook_url = "webhook url" def hook_test1(): URL_REGEX = r'^(?:https?://)?((canary|ptb)\.)?discord\.com/api/webhooks/(?P[0-9]+)/(?P[A-Za-z0-9\.\-\_]+)/?$' print(bool(re.match(URL_REGEX, hook_url))) def hook_test2(): URL_REGEX = r'^(?:https?://)?((canary|ptb)\.)?discord(app)?\.com/api/webhooks/(?P[0-9]+)/(?P[A-Za-z0-9\.\-\_]+)/?$' print(bool(re.match(URL_REGEX,...
oh i see, that webhook is still using the discordapp domain (you forgot to blur it 😅), i'll PR a fix but in the meantime replace discordapp.com with discord.com from...
are you using the latest version of dhooks (1.1.4)?
> Have same issue Read through this and you'll hopefully find a fix for your issue, The cause of this issue has been fixed but @kyb3r needs to push it...
Where do you draw the line for using default categories? Commands like check and uninstall also support a --categories flag, but it wouldn't make sense for them to default to...
Hey! For issues related to general coding questions, stackoverflow is a great resource, this issue tracker is primarily for bugs that directly impact the project Maybe this post on stackoverflow...
Your analysis and solution seem valid. Open a PR if you'd like, otherwise I can handle it
Line 83 in `sequence_ops.cc`: ```python if (delta > 0) { OP_REQUIRES( context, start
@rhshadrach there are a few more that need to be checked off (correct me if I'm wrong): > * [ ] [DEPR: to_pydatetime return Index[object]Â #52459](https://github.com/pandas-dev/pandas/pull/52459) (change behavior) enforced by...