mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Remove useless aliases, bug fixes
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class GoogleCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'google',
|
||||
aliases: ['google-search', 'search-google'],
|
||||
aliases: ['search'],
|
||||
group: 'search',
|
||||
memberName: 'google',
|
||||
description: 'Searches Google for your query.',
|
||||
|
||||
Reference in New Issue
Block a user