Update maintenance command

This commit is contained in:
Christer Warén 2021-09-15 17:26:04 +03:00
parent 9d9c8a6a07
commit 4854e622b3

View File

@ -7,9 +7,6 @@ module.exports = {
name: 'maintenance',
description: 'Bot Maintenance',
category: 'info',
options: [
{ type: "NUMBER", name: "action", description: "Select action", required: false}
],
async execute(interaction, client) {
let message = {};