4 Commits

Author SHA1 Message Date
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
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
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