taskinoz

Results 10 issues of taskinoz

When someone hosts a channel the bot has joined, it will crash and spit out the following error ``` C:\Users\Tristan\Desktop\test-bot\node_modules\twitch-bot\lib\parser.js:33 parsed.username = username.split('!')[0] ^ TypeError: Cannot read property 'split' of...

Added a `/.well-known/security.txt` endpoint which list the 3 major repos: - NorthstarMasterServer - NorthstarLauncher - NorthstarMods Solves issue #57

Thought it might be better than having a raw json error ![image](https://user-images.githubusercontent.com/7439692/176888960-7104af49-25ed-4eba-9e85-9f58d6e863c4.png)

### Product Name Northstar the Titanfall 2 Modding Client ### Product Link https://northstar.tf/ ### Other information We have a dark blue color scheme with the Northstar titan from the Titanfall...

Logo Request

I'm not sure if it exists in the starpaks but having support for the single player Arc Tool would be nice

The only I can seem to get out of the TFO packs from p0358 are the sounds. The rest of the files like vmts, html, js, and mdl files all...

enhancement

When running the program in the background an using other applications, it will still skip audio if the escape key is pressed.

Added install and usage instructions for getting Atlas up and running

I forgot to make this PR ages ago. This just updated the conventions for resize: ```js $(window).resize( ``` to ```js $(window).on("resize", ```

### What does this PR do? This PR changes the .env template expansion to be opt in using backticks. The default behavior can cause issues on existing node projects with...