mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Credit Command
This commit is contained in:
@@ -10,6 +10,12 @@ module.exports = class ShortenURLCommand extends Command {
|
||||
group: 'text-edit',
|
||||
memberName: 'shorten-url',
|
||||
description: 'Creates a goo.gl short URL from another URL.',
|
||||
credit: [
|
||||
{
|
||||
name: 'Google URL Shortener API',
|
||||
url: 'https://developers.google.com/url-shortener/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'url',
|
||||
|
||||
Reference in New Issue
Block a user