Update return types as optional via named arg

- Update the modified slash commands for chat sending to use the named arg
- Add `slashCommandReturnHelper` for shared funcitonality on return type usage
This commit is contained in:
Wolfsblvt
2024-09-30 23:32:24 +02:00
parent 1c65a5badd
commit d8379edee7
3 changed files with 106 additions and 6 deletions

View File

@ -36,6 +36,7 @@ export const enumIcons = {
message: '💬',
voice: '🎤',
server: '🖥️',
popup: '🗔',
true: '✔️',
false: '❌',