diff --git a/assets/images/yoff/gameyoff.png b/assets/images/yoff/gameyoff.png new file mode 100644 index 00000000..5e49a1a7 Binary files /dev/null and b/assets/images/yoff/gameyoff.png differ diff --git a/commands/single/yoff.js b/commands/single/yoff.js index 9ac6740c..b5856115 100644 --- a/commands/single/yoff.js +++ b/commands/single/yoff.js @@ -1,7 +1,7 @@ const Command = require('../../structures/Command'); const path = require('path'); const { list } = require('../../util/Util'); -const types = ['default', 'blastyoff', 'disyoffjs', 'yoffcirius', 'yoffice', 'yofficer']; +const types = ['default', 'blastyoff', 'disyoffjs', 'yoffcirius', 'yoffice', 'yofficer', 'gameyoff']; module.exports = class YoffCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index 688c1a60..ce93163c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "139.2.1", + "version": "139.2.2", "description": "Your personal server companion.", "main": "Xiao.js", "private": true,