Search for "Command Prompt" in your search bar IMPORTANT: Click on "Run as administrator" Copy this and right click inside your terminal:
sc delete vgc
sc delete vgk
sc stop vgk
and relaunch Valorant.
This file contains 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
# Colors (Gruvbox Material Dark Medium) | |
colors: | |
primary: | |
background: '0x282828' | |
foreground: '0xdfbf8e' | |
normal: | |
black: '0x665c54' | |
red: '0xea6962' | |
green: '0xa9b665' |
This file contains 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
// Discord all events! | |
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!) | |
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client | |
// Learn from this, do not just copy it mofo! | |
// | |
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584 | |
// Last Updated -> Halloween 2022 | |
/* |