Skip to content

Instantly share code, notes, and snippets.

@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active July 30, 2024 08:36
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@cthpw103
cthpw103 / ooer.css
Created July 21, 2017 19:15
/r/Ooer CSS
/*------------------------------------------------
/r/Ooer CSS
Bringing beautiful to your browser
since the Industrial Revolution.
The collaborative effort of:
/u/Ooer, /u/thelethalkind, /u/Wisey,
/u/williammck, /u/Niyx, and /u/twilexis
"you have the best css"
@althonos
althonos / setup.cfg
Last active March 4, 2024 18:08
A `setup.cfg` template for my Python projects
# https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c
[metadata]
name = {name}
version = file: {name}/_version.txt
author = Martin Larralde
author_email = martin.larralde@embl.de
url = https://github.com/althonos/{name}
description = {description}
long_description = file: README.md
@InterStella0
InterStella0 / HelpCommand_walkthrough_guide.md
Last active June 4, 2024 18:06
Walkthrough guide on subclassing HelpCommand
@NovaFox161
NovaFox161 / answers.md
Last active November 22, 2021 20:03
DDevs Q&A interesting points 22/10/2021

This is a nonexhaustive, slightly opinionated list of answers from the DDevs stage channel. Most of this is paraphrased for simplicity. Please refer to their recording for their full statements.

  • Bots may be getting access to use per-guild avatars on themselves.
  • Allowing invite tracking with an invite field on GUILD_MEMBER_ADD event may be coming, however they are first talking to T&S because of the elevated risk for spam/abuse (eg get $5 for getting 10 people to join with your link)
  • They are considering something similar to profile banners for bots, no further info given
  • text fields for components is coming, among other coming things. but they haven't written tech specs yet, its pretty early.
  • repeating arguments for slash commands (multi-selects), is currently something they want to add, and is on the short-list to get added, but permissions stuff is higher priority.
  • They WILL be doing another application.commands migration!!!!! They are waiting until the new perms system is finalized. The