mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
11 lines
No EOL
315 B
JavaScript
11 lines
No EOL
315 B
JavaScript
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')
|
|
]
|
|
}; |