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

Commit

Permalink
devlog lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ringo360 committed May 31, 2024
1 parent ad2913e commit 2f1a37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/player/commands/loop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ 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

0 comments on commit 2f1a37c

Please sign in to comment.