Posts by André • 153 points
4 posts
-
0
votes3
answers950
viewsA: How to use the Discod EMBED bot correctly
Which library you are using? If you are using discord.js should use: .addField("nome", "valor", true). The last argument is whether to show the field on the same line.…
-
0
votes1
answer14191
viewsA: Change color of text Discord [BOT]
Unable to send messages with different colors. What you might use is Syntax Hightlight to display different color text:…
-
0
votes0
answers49
viewsQ: PHP logging system
I wanted to record everything that happens on my site, from logins, logging (Insert), updating and deletion. Like that: [14-05-2016 17:53] User Andre logged in with IP: 111.111.111.111 [14-05-2016…
-
2
votes1
answer344
viewsQ: Return php values with javascript
I in java made a project that in several parts of the program called a function to go to the database to fetch a value and return, of type String nome = acessocliente.obtemnome(id); where in the…