- git config --global user.name "TUNICK"
- git config --global user.email "TUCORREO"
- git config --global alias.s "status"
- git config --global alias.l "log --oneline --decorate --all --graph"
- git config --global -l
| https://discordapp.com/assets/0bdc0497eb3a19e66f2b1e3d5741634c.webm |
| message.channel.send({ | |
| embed: { | |
| color: Math.floor(Math.random() * 16777214) + 1, //random color between one and 16777214 (dec) | |
| description: `Random color generated: ${randColor}\n${randColor} is equal to 0x${randColor.toString(16).toUpperCase()}` | |
| } | |
| }); |