Commit Graph

13 Commits

Author SHA1 Message Date
murm db9b70bf66 initial update 2023-03-15 10:09:09 -04:00
saucylegs 7f8eb04a2e
Make the em dash (—) also work when using options (#160)
Some devices (such as iPhones) automatically change it to `—` when you type `--`. To get it to stay as `--` you have to type something like `-f-` and then delete the f, which can be annoying. Some people probably don't realize this problem and wonder why it didn't work. Allowing both should make for a better user experience.
2021-09-21 22:05:27 -05:00
Essem ae2ebe0337
Port to ESM modules (haha funny), removed cache request, many other changes that I forgot about 2021-08-19 09:19:14 -05:00
Essem 8059fd1b77
Fixed misplaced closing bracket in command parser 2021-07-12 21:56:53 -05:00
Essem e640cc8f77
Ignore underscore argument 2021-07-11 15:40:31 -05:00
Essem bc2826ccbb
Removed quote detection from normal arguments 2021-07-08 21:03:19 -05:00
Essem a52b05d8b7
Fix some command parser issues 2021-07-02 10:52:44 -05:00
Essem ecc6d98aec
Added sqlite database support, connect new argument parser to message handler 2021-07-01 23:42:12 -05:00
TheEssem 4d3e1655e0
A little bit more image work 2021-06-18 19:10:13 -05:00
TheEssem c2e13c26b6
More command parser stuff 2021-06-14 22:19:10 -05:00
TheEssem 8b07524e6b
Command parser changes 2021-06-05 19:55:40 -05:00
TheEssem c92b9a7b25
Lint command parser 2021-05-17 16:49:21 -05:00
Tzlil 9ada79d1e5
add parseCommand so it shows me on the esmbot github (#34) 2020-12-25 18:14:10 -06:00