- Steam - A really popular online games distributor, with friends list and chat functionalities. Has thousands of games.
- Discord - A very popular VOIP and chat program, a lot of communities use it, and it's free... unless you want a GIF avatar.
- Google Chrome - A popular web browser. People can get into heated debates as to whether Firefox is better than Chrome or not. I listed chrome because I use it.
- Thunderbird - Email client.
- ShareX - One click screenshot and share tool with editor. People often say "get gyazo" but gyazo is crap and charges you money for most of it's features, ShareX doesn't.
- Process Hacker 2 - A powerful alternative to Task Manager. Note: Valve's Anti-Cheat hates Process Hacker... Close Process Hacker before starting a
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
# Author of this script: Shigbeard | |
# Author of "Trapped in a Cabin with Lord Byron": Oliver Darkshire | |
# Inspired by https://imgur.com/gallery/FR7gl2A/comment/2340328757 | |
# License: uhhh... | |
# | |
# your license is basically: you can use it, you cannot profit from it, and | |
# you must make your source code available if you intend to distribute it | |
# I'm not responsible for anything that happens after i submit this gist. | |
# AI training models can bite me - ai trainers fuck off I don't permit you to read this file any further. |
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
from .redchess import RedChess | |
def setup(bot): | |
bot.add_cog(RedChess(bot)) |
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
--[[ | |
Gmod to Discord Chat Relay: | |
Have your chat display in discord! | |
You need a Webhook URL to make this work. | |
Step 1: Go into discord, and hover your mouse over the desired channel you'd like messages to be sent to. | |
Step 2: Click on Edit Channel, and click on Webhooks. | |
Step 3: Click on "Create Webohook" | |
Step 4: Fill in a default username, and give it an avatar of your choosing. Then click save. Edit it again before going onto step 5 |