pissbot-9000/commands/interaction/slash/tts.js
derpystuff cc37d5f50b - make tts use subcommands
- add moonbase
2023-04-19 00:47:45 +02:00

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')
]
};