Commit graph

20 commits

Author SHA1 Message Date
Dragory
5772e27cda
refactor: convert /backend to ESM 2024-04-09 20:57:18 +03:00
Dragory
09b6d43a5c
Merge branch 'master' of github.com:Dragory/ZeppelinBot 2023-11-25 12:06:02 +02:00
Dragory
9fd2bf4edb
fix: crash on tag round() with non-numeric argument 2023-11-18 12:57:54 +02:00
Dragory
062cb053cc
fix: crash on tag round() with >100 decimals 2023-11-18 12:55:01 +02:00
Miikka
b47db15ad2
Merge pull request #378 from rubyowo/concatArr-crash-fix
fix: crash when the arr argument for concatArr isn't specified
2023-11-18 12:51:56 +02:00
Dragory
f423f4bdcb
fix: type issue 2023-04-04 20:56:21 +03:00
Dragory
ab54dc215f
fix: missing data in template safe objects 2023-04-01 21:33:40 +03:00
rubyowo
9386696f4b
fix: crash when the arr argument for concatArr isn't specified
fix: formatting

Co-authored-by: Almeida <almeidx@pm.me>
2023-03-31 19:28:09 +04:00
Dragory
ac79eb09f5
Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
metal
e73d6d4e1c
Add template functions: strlen, round (#265) 2021-09-04 19:14:33 +03:00
Dragory
dcdaaf9de8
Add debug logging for unsafe template formatter values 2021-08-20 22:21:13 +03:00
Dragory
e16eb8c8d1
Add stricter type check for TemplateSafeValueContainer in templateFormatter 2021-08-18 20:24:40 +03:00
Dragory
bed6589d48
Typed log functions + more 2021-08-18 01:51:42 +03:00
Dark
6ac9d2f2a2
Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dragory
54b1ea8053
Add ucfirst as an alias for tag function upperFirst 2021-05-06 21:27:05 +03:00
Usoka
38ab38645b
Add various new tag functions (#195) 2021-05-06 21:21:55 +03:00
Dragory
629002b8d9
Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
9dbf80ce58
Extra fix 2020-09-23 20:23:19 +03:00
Dragory
1064a1ca46
Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
Dragory
16111bbe84 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Renamed from src/templateFormatter.ts (Browse further)