mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Bug Fixes, remove slow clap
This commit is contained in:
@@ -2,13 +2,13 @@ const Command = require('../../structures/Command');
|
||||
const request = require('node-superfetch');
|
||||
const { GOOGLE_KEY } = process.env;
|
||||
|
||||
module.exports = class MapCommand extends Command {
|
||||
module.exports = class GoogleMapCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'map',
|
||||
aliases: ['google-maps', 'google-map'],
|
||||
name: 'google-map',
|
||||
aliases: ['google-maps', 'map'],
|
||||
group: 'search',
|
||||
memberName: 'map',
|
||||
memberName: 'google-map',
|
||||
description: 'Responds with a map of a specific location.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
args: [
|
||||
@@ -7,7 +7,7 @@ module.exports = class YoutubeCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'youtube',
|
||||
aliases: ['youtube-video', 'y-tube', 'u-tube'],
|
||||
aliases: ['youtube-video', 'y-tube', 'u-tube', 'yt'],
|
||||
group: 'search',
|
||||
memberName: 'youtube',
|
||||
description: 'Searches YouTube for your query.',
|
||||
|
||||
Reference in New Issue
Block a user