<# Workaround for NVIDIA's DLSS4 whitelisting | |
DLSS4 was launched alongside the RTX 5000 series and comprise several new and interesting | |
features, f.e. additional presets for Super Resolution, using a newer Transformer model. | |
Arguably these features increase image quality significantly. To various degrees these | |
features are also available for older RTX cards, and older games using DLSS3/2. | |
Using third party apps like DLSS Swapper etc remains a convenient way to, on a manual basis, | |
swap out DLLs which contain the above mentioned functionality, per game. Downsides to this is | |
primarily that swapping out DLLs for online multi-player games may trigger an Anti-Cheat | |
system, and there is of course also some manual work of updating to newer versions/DLLs. |
A vote webhook is a pre-defined URL that a POST
request is made to containing information about a user that upvoted a bot (in JSON format) and an Authorization
header. It's fired whenever a user upvotes a bot, it contains some various information about what user upvoted and some extra information like if this vote counted as double because it was the weekend, and if the user who upvoted was a site admin.
You may have issues with this soloution if you get over 500 upvotes per month, intergromat only allows so many operations to take place on a free account. Scroll down for details.
This tutorial is going to focus on discordbotlist for now, but by looking at the docs for other sites, you can find how the webhooks work (though you may need to create a second webhook on your side). This tutorial is going to use integromat to host webhooks. You can use github to make an account. (This tutorial assumes you have no experience with
This guide will walkthrough the ways to create a custom help command by subclassing HelpCommand.