mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Credit Command
This commit is contained in:
@@ -11,6 +11,12 @@ module.exports = class MapCommand extends Command {
|
||||
memberName: 'map',
|
||||
description: 'Responds with a map of a specific location.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
credit: [
|
||||
{
|
||||
name: 'Maps Static API',
|
||||
url: 'https://developers.google.com/maps/documentation/maps-static/intro'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'zoom',
|
||||
|
||||
Reference in New Issue
Block a user