Add gameyoff

This commit is contained in:
Dragon Fire
2021-05-07 00:11:54 -04:00
parent 0d012cd041
commit b2838e501e
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "139.2.1",
"version": "139.2.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"private": true,