Added dprint and formatted file to it

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-09-06 22:57:15 +02:00
parent 55e1cf7cdf
commit f389209e21
106 changed files with 398 additions and 395 deletions

View File

@@ -22,4 +22,4 @@ export default async function leave(interaction: ChatInputCommandInteraction) {
color: embedColor
}]
})
}
}

View File

@@ -56,4 +56,4 @@ export default async function nowplaying(interaction: ChatInputCommandInteractio
}
}]
})
}
}

View File

@@ -35,4 +35,4 @@ export default async function pause(interaction: ChatInputCommandInteraction) {
color: embedColor
}]
})
}
}

View File

@@ -23,7 +23,7 @@ export default async function play(interaction: ChatInputCommandInteraction) {
const { track } = await player.play(channel, query, {
requestedBy: interaction.user,
nodeOptions: {
volume: 25,
volume: 25
}
})
@@ -40,4 +40,4 @@ export default async function play(interaction: ChatInputCommandInteraction) {
}
}]
})
}
}

View File

@@ -36,4 +36,4 @@ export default async function queue(interaction: ChatInputCommandInteraction) {
}
}]
})
}
}

View File

@@ -41,4 +41,4 @@ export default async function skip(interaction: ChatInputCommandInteraction) {
color: embedColor
}]
})
}
}

View File

@@ -35,4 +35,4 @@ export default async function pause(interaction: ChatInputCommandInteraction) {
color: embedColor
}]
})
}
}

View File

@@ -26,4 +26,4 @@ export default async function volume(interaction: ChatInputCommandInteraction) {
color: embedColor
}]
})
}
}