Skip to content

Commit

Permalink
chore: Update pnpm-lock.yaml and util/embed.js
Browse files Browse the repository at this point in the history
This commit updates the `pnpm-lock.yaml` file to use a new version of the `tsumi` package. It changes the version from `github.com/Fyphen1223/TsumiLink/cc93768ee37507b064e64f7f54963514a5125035` to `github.com/Fyphen1223/TsumiLink/0a615e21c36968d2ae146f0eb3dc8e422d921027`.

In addition, it removes a console.log statement from the `util/embed.js` file.

Note: The commit message has been generated based on the provided code changes and recent repository commits.
  • Loading branch information
Fyphen1223 authored May 27, 2024
1 parent 6e4295b commit 84c0c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion util/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async function createMusicEmbed(guildId, mode, type) {
globalThis.queue[guildId].queue[globalThis.queue[guildId].index].user.id
}>`;
}
console.log(await globalThis.queue[guildId].player.get());
const embed = new EmbedBuilder()
.setColor(config.config?.color?.info || '#000000')
.addFields(
Expand Down

0 comments on commit 84c0c5b

Please sign in to comment.