damn you kyza
This commit is contained in:
parent
5c8b8d0104
commit
e18bebd0a5
2 changed files with 31 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ import {
|
|||
SlashCommandBuilder
|
||||
} from "discord.js";
|
||||
|
||||
import {getSongOnPreferredProvider} from "../helper.ts"
|
||||
import {getSongOnPreferredProvider, kyzaify} from "../helper.ts"
|
||||
import {Config} from "../config.ts";
|
||||
|
||||
function keepV(url: string): string {
|
||||
|
|
@ -70,7 +70,7 @@ export default class PingCommand extends Command {
|
|||
currentRow.addComponents(
|
||||
new ButtonBuilder()
|
||||
.setURL(songlink.linksByPlatform[meowi].url)
|
||||
.setLabel(meowi)
|
||||
.setLabel(kyzaify(meowi))
|
||||
.setStyle(ButtonStyle.Link)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue