ImOver00

Results 3 issues of ImOver00

Just an idea, for lazy people who CBA to post their chunk of code manually in a bin, this command will post it to a bin. (Probably pastebin, or github...

https://github.com/openmultiplayer/web/blob/7d3d7b5e3eb8a1977a778aea39592edf063d0fda/frontend/src/components/templates/lowercase-note.tsx#L6 You don't need the "$" in order to access "name" this is how it looks like ![$function](https://user-images.githubusercontent.com/74414474/188154027-b160c709-800b-49dd-a1f6-f76b90de81ab.png)

https://github.com/openmultiplayer/web/blob/3eac1c3f5f5801321bef2b6e533566af004e5440/server/main.go#L15 importing `autoload` will build it even tho its not used but it will at least execute the `init` function. Meanwhile the "init" function already does `godotenv.Load()`. so why are...