The simplest way to send Discord messages from Python

Discord has more than one way for an app to send messages to a server, but the simplest of these is a Webhook. A Webhook is essentially a URL that should receive a request over the internet when something has…