commands and date arguments #9035
-
Hi guys, How date/time should be passed as arguments? Should we use strings or is there any class available? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is a tricky one because typically you would have to parse a human input string such as |
Beta Was this translation helpful? Give feedback.
-
I believe you just have to use strings. For slash commands, you can probably make a custom UI using a date parser (eg. |
Beta Was this translation helpful? Give feedback.
I believe you just have to use strings.
For slash commands, you can probably make a custom UI using a date parser (eg.
dateparser
) and auto-complete though.