In this week i worked again on my Discord bot. I have edited a new command `!event <event here>`and I have modified the `!serverinfo` command. One very important thing I did is I solved a issue that made the bot repsond to any prefix. !event command This command is not 100% fiinished as I want to be able to put more variables on it. But currently when you use per eveample "!event Airshow Training @ 13:00 UTC+2" the bot first tags @everyone which gives a noddification to everyone in the server, then that @everybody message gets delted so it looks good when the bot send the Enbed message. In the enbed currently there is on varriable but i want to make it so there are also other variables like "!event <event titile> <event description> <event starting time> <event finish time>" . After the bot has sent the enbed the bot reacts with a ✅ or a ❎ so people can say if they are coming to the event or not. Currently in discord.js you cant...