-
Find the Discord channel in which you would like to send commits and other updates
-
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!
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
/*------------------------------------------------ | |
/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" |
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
# https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c | |
[metadata] | |
name = {name} | |
version = file: {name}/_version.txt | |
author = Martin Larralde | |
author_email = [email protected] | |
url = https://github.com/althonos/{name} | |
description = {description} | |
long_description = file: README.md |
This guide will walkthrough the ways to create a custom help command by subclassing HelpCommand.
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 onGUILD_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