this commit right here, is so large and long that it took 7 days to upload. its also really important. the importancy of this update cannot the described by words, you just have to read the code

This commit is contained in:
amy 2025-05-26 04:22:09 +03:30
parent 994e4f72b2
commit 79740a8639
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ export default class PingCommand extends Command {
await interaction.deferReply()
const user = interaction.options.getString("user") ?? config.listenbrainzAccount;
const usesonglink = interaction.options.getBoolean("usesonglink") ?? true
const useitunes = interaction.options.getBoolean("useitunes") ?? true
const useitunes = interaction.options.getBoolean("useitunes") ?? false
const meow = await fetch(`https://api.listenbrainz.org/1/user/${user}/playing-now`).then((res) => res.json());
if (!meow) {
await interaction.followUp("something shat itself!");