Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with interesting edgecases #166

Open
HuskyNator opened this issue Apr 5, 2024 · 2 comments
Open

Does not work with interesting edgecases #166

HuskyNator opened this issue Apr 5, 2024 · 2 comments

Comments

@HuskyNator
Copy link

HuskyNator commented Apr 5, 2024

It turns out <t:1234:r> is not something discord can handle.
: 1234 : will be converted to 馃敘 before it's interpreted as an epoch.
The same goes for 馃挴.
<t:01234:r> will work fine though. :)

For reference, that's the epochs:
januari 1st 1970 00:20:34 GMT 馃敘
januari 1st 1970 00:01:40 GMT 馃挴

@DJDavid98
Copy link
Owner

I appreciate you reporting this, however I do not plan to handle weird edge cases specially, this is a tool and if you choose to shoot yourself in the foot with it I won't be able to stop you.

@vegeta897
Copy link

I'd also say this is a Discord issue more than a HammerTime one. When it comes to creating straightforward tools, the simple and predictable approach is always better than the clever one that may become unnecessary later. The tool doing what you tell it to do is always better than the tool trying to predict and solve an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants