mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Credit Command
This commit is contained in:
@@ -15,6 +15,12 @@ module.exports = class TranslateCommand extends Command {
|
||||
description: 'Translates text to a specific language.',
|
||||
details: `**Codes:** ${Object.keys(codes).join(', ')}`,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Yandex.Translate API',
|
||||
url: 'https://tech.yandex.com/translate/doc/dg/reference/translate-docpage/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user