Ir al contenido principal

Entradas

Mostrando entradas de febrero, 2019

discord.js and HTML&CSS together

This week I started with the other developers that we are making the disocrd bot to make the web dashboard, we first had to get the host working so one of them had a small server PC that we are now using. We bought a domain (www.walterbot.xyz) and started coding the website. First we made the landing page (first page you see when you log into the webite) and the menu, after that we started making the Disocrd authentication login panel, this allows us to know the servers that the specific user is in and if he is admin, form there on we can allow him to do the speciffic changes to the bot from the web dashboard. Right now we only got the function of changine the bot´s nickname and change its prefix.

Web Developemnt

This week I started making a website for the discord bot I am making, the website URL is docs.wlaterbot.xyz and it has all the information on how to use the bot, common problems and the list of all commands and functions that the bot has. I had for the first time made also into it a JavaScript animation, when you go to the website a "console" style animation pops up, where it starts writing the steps on how to get the bot into your server. The website has only one "page" becasue it is linked by a small menu in the side, if you click the desired topic it will scroll up or down to the section that you clicked. I had also learned that in the EU its an obligation to have the annoying "We are using cookies" pop up. To do that I just went online and did some research on what you have to include in that pop up.