mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
- make tts use subcommands
- add moonbase
This commit is contained in:
parent
5c4a02f08f
commit
cc37d5f50b
9 changed files with 87 additions and 32 deletions
11
commands/interaction/slash/tts.js
Normal file
11
commands/interaction/slash/tts.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
description: 'Text to Speech commands',
|
||||
name: 'tts',
|
||||
options: [
|
||||
require('../subcommands/tts/tiktok'),
|
||||
require('../subcommands/tts/microsoft'),
|
||||
require('../subcommands/tts/moonbase'),
|
||||
require('../subcommands/tts/playht'),
|
||||
require('../subcommands/tts/imtranslator')
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue