Commit Graph

14 Commits

Author SHA1 Message Date
Jacob Nguyen
d356f68598 Update filter.ts (#111) 2024-05-06 00:13:02 -05:00
Peter-MJ-Parker
f5923ecd0b chore: update disable.ts (#110)
Noticed a few bugs.
1) Changed invalid import from discord.js. Implicitly had an any type for `onFail`.
```diff
-ReplyMessageOptions
+MessageReplyOptions
```
2) Corrected the improper catching of errors by implementing try/catch blocks. Included more detailed error responses.
3) Default reply for slash with onFail inputted was invalid because it could also be a string.
2024-02-23 11:18:10 -06:00
Jacob Nguyen
6d018ea060 feat: fromCallback.ts (#109) 2024-01-04 14:38:22 +05:30
e4312cd1ad fix: deprecated enums by discord.js (#108)
* fix: deprecated enums by discord.js

* chore: change version
2023-10-25 15:05:23 -05:00
Jacob Nguyen
cb221ae7ff fix(assertFields): comment update (#105) 2023-09-20 21:02:19 +05:30
EvolutionX
1393f79d9a chore: noval sucks
permalink: http://whatthecommit.com/0a95e95262a10379dc986dabcc217c99
2023-09-02 12:56:56 +05:30
EvolutionX-10
d307d4dc45 style: run prettier
Signed-off-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 06:12:08 +00:00
EvolutionX
0812117ba0 chore: corrected mistakes
permalink: http://whatthecommit.com/e3da640ecb1a8202b137447209380f9e
2023-09-02 11:41:42 +05:30
EvolutionX
e55e1adf31 chore: removed tests since i can't make them green
permalink: http://whatthecommit.com/2461c2e5456a9e486c1a2207f0efdd43
2023-09-02 11:37:54 +05:30
EvolutionX
dac447d3ac chore: woa!! this one was really hard!
permalink: http://whatthecommit.com/29b1b6ea198a584830edff869fd970f3
2023-09-02 11:36:05 +05:30
EvolutionX-10
efd52f5357 style: run prettier
Signed-off-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 06:03:11 +00:00
EvolutionX
44e151d414 chore: i had a cup of tea and now it's fixed
permalink: http://whatthecommit.com/75f9d31192425512ef21e07a20f3390b
2023-09-02 11:32:47 +05:30
EvolutionX
33397c04e8 chore: testing 2023-09-02 11:19:06 +05:30
Evo
877291964c feat: awesome automations (#104) 2023-09-02 10:59:59 +05:30