Posts by Nicotine • 11 points
3 posts
-
0
votes1
answer9
viewsQ: When I store the ID it disappears with some numbers
I was making an app and in it I needed to store the id which is pretty great type this was my id 173782035419103232 but when arriving at the database it modifies to 173782035419103230 as I can do…
-
1
votes0
answers2073
viewsQ: Error sending image to Discord
how could I send the image to Discord without having this error var Canvas = require('canvas') , Image = Canvas.Image var Discord = require('discord.js') , isla = new Discord.Client(); var server =…
-
0
votes0
answers99
viewsQ: Detect Collision and React moon game
I wanted help with 2d square collision and how to prevent the character from passing through the block Follow the player code: local player = nil Player = {} player_skins = { human =…