Updated category in next and prev command

This commit is contained in:
Christer Warén 2021-09-05 06:26:34 +03:00
parent 479c0ee13d
commit 7a0a3e0d50
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
name: 'next',
description: 'Next Station',
permission: 'none',
category: 'info',
category: 'radio',
async execute(interaction, client, command) {
if (client.funcs.check(client, interaction, command)) {
const radio = client.radio.get(interaction.guild.id);

View File

@ -2,7 +2,7 @@ module.exports = {
name: 'prev',
description: 'Previous Station',
permission: 'none',
category: 'info',
category: 'radio',
async execute(interaction, client, command) {
if (client.funcs.check(client, interaction, command)) {
const radio = client.radio.get(interaction.guild.id);