Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
oopsie, I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
ringo360 committed May 31, 2024
1 parent 2f1a37c commit d2262f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/player/commands/loop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { LANG } from 'core';
import { PlayerCommand } from '../PlayerCommand';
import { QueueRepeatMode } from 'discord-player';

console.log('CALLED LOOP');

module.exports = new PlayerCommand(
new SlashCommandBuilder()
.setName(LANG.commands.loop.name)
Expand Down
1 change: 1 addition & 0 deletions packages/player/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class PlayerFeature extends Feature {
require('./commands/skip'),
require('./commands/stop'),
require('./commands/volume'),
require('./commands/loop'),
]);

player.events.on('playerStart', (queue, track) => {
Expand Down

0 comments on commit d2262f9

Please sign in to comment.