Skip to content

Instantly share code, notes, and snippets.

View FranciscoOnt's full-sized avatar

Francisco Ontiveros FranciscoOnt

  • Somewhere in this World
View GitHub Profile
@FranciscoOnt
FranciscoOnt / setup.sh
Last active June 17, 2022 06:01
MC-NHS Prerequisites
sudo apt-get update
echo "Installing Git"
sudo apt-get install git
echo "Cloning repositories"
git clone https://github.com/FranciscOntV/MC-NHS-UI.git
git clone https://github.com/FranciscOntV/MC-NHS-API.git
echo "installing ngrok"
git clone https://github.com/FranciscOntV/MC-NHS-UI.git
@FranciscoOnt
FranciscoOnt / pilinga.go
Last active March 7, 2022 20:16
Pilinga Bot Code v2
{{ $pilingaMode:= "" }}
{{/* Who, How much */}}
{{ $selfNormal:= cslice "A {user} le mide {pilinga}cm de rica pilinga." "{user} tiene un sable de {pilinga}cm." }}
{{ $selfShort:= cslice "{user} pilingan't" "error 404 - {user}'s Pilinga not found." }}
{{ $selfInside:= cslice "A {user} le metieron una rica pilinga de {pilinga}cm!" "{user} tiene una rica pilinga de {pilinga}cm... pero adentro!"}}
{{/* Who, How much, Whom */}}
{{ $whoNormal:= cslice "{user} le mide los {pilinga}cm de pilinga a {target}" "{user} sostiene con ambas manos los {pilinga}cm de pilinga de {target}" }}
{{ $whoShort:= cslice "{user} le quiso medir la pilinga a {target} pero no la encontro." "{user} no encontro la pilinga de {target}" }}
{{ $whoInside:= cslice "{user} le mete un pilongon de {pilinga}cm a {target}" }}