diff --git a/commands/other/dating.js b/commands/other/dating.js index 31f9e218..54a9ef36 100644 --- a/commands/other/dating.js +++ b/commands/other/dating.js @@ -8,7 +8,7 @@ module.exports = class DatingCommand extends ImgurAlbumCommand { super(client, { name: 'dating', aliases: ['date', 'tinder'], - group: 'random-img', + group: 'other', memberName: 'dating', description: 'Find the person of your dreams with this dating system!', clientPermissions: ['ATTACH_FILES'], diff --git a/package.json b/package.json index bb196a77..f9d2b0e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.11.2", + "version": "119.11.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {