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