Metadata-Version: 2.1
Name: discord-webhooks-python
Version: 1.0.0
Summary: A clear example of how you should implement Discord webhooks.
Author-email: Isabelle Phoebe <hi@uwu.gal>
License: MIT License
        
        Copyright (c) 2024-PRESENT Maki (https://maki.gg)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/Maki-gg/discord-webhook-python
Project-URL: Bug Tracker, https://github.com/Maki-gg/discord-webhook-python/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: PyNaCl
Requires-Dist: uvicorn

# Discord Webhook Python

This repository is a response to Discord’s recent monetization mandates, which unfairly require developers offering paid features in their apps to list them on the Discord store. This policy imposes heavy restrictions and fees (15-30%) that developers are forced to absorb. Additionally, deals have been offered to the largest apps on the platform, and favoritism is evident in the moderation of these policies.

By taking control of the payment process, Discord limits developers' autonomy over essential actions like refunds, potentially leading to unfair practices and user dissatisfaction. Discord can deny or issue refunds without developer input, jeopardizing both user trust and developer revenue. Furthermore, Discord’s system lacks support for many essential payment features, failing to accommodate the diverse needs of apps and their users.

This policy is especially problematic in the European Union. Under EU regulations, such practices could be seen as anti-competitive and exploitative to small businesses like ours. We can only hope that Discord will make significant changes to its monetization practices soon.

This code, released under the **MIT license**, is part of our protest against these imposed changes. We aim to provide developers with an open-source example to navigate and manage Discord’s monetization requirements independently.

## Usage

Feel free to copy and use this code as needed. It’s designed to be a clear example of how you should implement the necessary logic for handling Discord monetization.
