mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Fix blush memberName
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = class BlushCommand extends ImgurAlbumCommand {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'blush',
|
name: 'blush',
|
||||||
group: 'roleplay',
|
group: 'roleplay',
|
||||||
memberName: 'break-up',
|
memberName: 'blush',
|
||||||
description: 'Blushes at a user.',
|
description: 'Blushes at a user.',
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
albumID: BLUSH_ALBUM_ID,
|
albumID: BLUSH_ALBUM_ID,
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "90.0.1",
|
"version": "90.0.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user