Skip to content

Instantly share code, notes, and snippets.

View jliving207's full-sized avatar
🤧

JamesTown jliving207

🤧
  • Burnaby, BC
View GitHub Profile
@jliving207
jliving207 / forms.md
Created April 19, 2024 00:19 — forked from Antouto/forms.md
Create custom forms for your discord server and send submissions to a channel of your choice using webhooks
apt update
wget -c https://go.dev/dl/go1.22.0.linux-amd64.tar.gz
tar -C /usr/local/ -xzf go1.22.0.linux-amd64.tar.gz
PATH=$PATH:/usr/local/go/bin
mkdir $HOME/nimble && cd $HOME/nimble