We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 658b1b0 + 64d5999 commit 864dc93Copy full SHA for 864dc93
TwitchChannelPointsMiner/classes/Webhook.py
@@ -10,6 +10,7 @@ class Webhook(object):
10
11
def __init__(self, endpoint: str, method: str, events: list):
12
self.endpoint = endpoint
13
+ self.method = method
14
self.events = [str(e) for e in events]
15
16
def send(self, message: str, event: Events) -> None:
0 commit comments