Skip to content

distube filters not applying

I’m trying to make a discord slash commands filter using distube but when I use the slash command it didn’t apply the filter that I picked but it sent the embed when filter is applied Node: v17.7.2 Discord: ^13.2.0 can someone help me or tell me why the filter is not applying to the current music …

Undefined value document.getElementById [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 9 months ago. Improve this question i ha…

Transitioning Two Sets of Elements doesn’t work

I am trying to create a stacked bar graph. I want to add some nice transitions to my graph, but I am getting an error. Where if I try to transition both rectangles, only the blue rectangles transition in and appear. When I call: Only the blue bars transition in and appear, but the red bars never appear, even …

Using Svelte, Fable and Tauri

I’m creating a Tauri app that uses Fable to compile F# to JS. And I want to use Svelte with it, too. So far, I have compiled my F# file to a .js file. I’ve created a .svelte file with the following contents (named App.svelte) My index.html: And my main.mjs: I run the program with npm run build. Th…

convert js datetime to moment

I have this format of datetime currently stored in res.data[i].time: what I want to do is convert it to moment format. When i do this: it gives me this: what I want to need to do is convert 2022-05-18T13:00:00.000Z to moment somehow. I tried: but that doesn’t work either. is there a way to do this? Answ…