mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
hell alias to fire
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = class FireCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'fire',
|
||||
aliases: ['flame'],
|
||||
aliases: ['flame', 'hell'],
|
||||
group: 'avatar-edit',
|
||||
memberName: 'fire',
|
||||
description: 'Draws a fiery border over a user\'s avatar.',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "67.0.0",
|
||||
"version": "67.0.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user