Skip to content

Category: Questions

Click counter Bootstrap carousel button

Unfortunately, this is a remarkable stupid question. However, I could not figure out how to make a working click counter für the Bootstrap carousel button. The problem is the span element for the previous and next icons. The button counter does not count clicks on the repective span element. Answer Add your c…

How to format JavaScript generated HTML code?

I am trying to make a function which can generate tables from the data passed. The data is supposed to be in this format: Here the entire array is one table, arrays inside it are rows, and objects inside them are data for each cell inside the row. The problem is that when I use this function on this data:

Invite created event (discord.js v12)

I am trying to send an embed whenever a invite is created. Channel set file Index.js Modules (PS: I took the most relevant ones.) Index.js file I don’t think the two events (inviteCreate, message) belong I did it because I received a error: Now, the channel set features works as intended but whenever th…