This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Le projet a son propre repository désormais : | |
https://github.com/thoanny/streamelements-credits |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"uid": "1317sQ75wz", | |
"x": 5030.666687011719, | |
"y": 3269.9999999999995, | |
"lat": 34.08906131584996, | |
"lng": 41.07421964406968, | |
"color": "yellow" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = ''; // Adresse de votre webhook | |
$data = array( | |
'content' => "", // Contenu du message, peut être formaté en Markdown | |
// Seuls les emojis de Discord fonctionnent | |
// Limité à 2000 caractères | |
'username' => '', // Remplacer le nom du webhook, à enlever si inutilisé |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrantfile: | |
target: local | |
vm: | |
box: puphpet/ubuntu1404-x64 | |
box_url: puphpet/ubuntu1404-x64 | |
hostname: local.puphpet | |
memory: '512' | |
cpus: '1' | |
chosen_provider: virtualbox | |
network: |