mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Auto-Aliases
This commit is contained in:
@@ -3,9 +3,9 @@ const { Command } = require('discord.js-commando');
|
||||
module.exports = class FalconPunchCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'falconpunch',
|
||||
name: 'falcon-punch',
|
||||
group: 'roleplay',
|
||||
memberName: 'falconpunch',
|
||||
memberName: 'falcon-punch',
|
||||
description: 'Falcon Punches something/someone.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@ const { Command } = require('discord.js-commando');
|
||||
module.exports = class FistBumpCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'fistbump',
|
||||
name: 'fist-bump',
|
||||
group: 'roleplay',
|
||||
memberName: 'fistbump',
|
||||
memberName: 'fist-bump',
|
||||
description: 'Fistbumps something/someone.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@ const { Command } = require('discord.js-commando');
|
||||
module.exports = class HighFivesCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'highfive',
|
||||
name: 'high-five',
|
||||
group: 'roleplay',
|
||||
memberName: 'highfive',
|
||||
memberName: 'high-five',
|
||||
description: 'High Fives something/someone.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -3,9 +3,9 @@ const { Command } = require('discord.js-commando');
|
||||
module.exports = class HitwithShovelCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'hitwithshovel',
|
||||
name: 'hit-with-shovel',
|
||||
group: 'roleplay',
|
||||
memberName: 'hitwithsovel',
|
||||
memberName: 'hit-with-shovel',
|
||||
description: 'Hits something/someone with a shovel.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user