Fix blush memberName

This commit is contained in:
Dragon Fire
2018-09-03 16:27:01 -04:00
parent 13941c1944
commit e67d9971d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "90.0.1",
"version": "90.0.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {