summaryrefslogtreecommitdiff
path: root/sniffa.py
diff options
context:
space:
mode:
Diffstat (limited to 'sniffa.py')
-rwxr-xr-xsniffa.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sniffa.py b/sniffa.py
index 69dd6ae..78334f3 100755
--- a/sniffa.py
+++ b/sniffa.py
@@ -13,6 +13,8 @@
# ./sniffa.py aoe2
# Reference:
# https://meta.discourse.org/t/watching-and-sending-notifications-for-keywords/59286
+# https://stackoverflow.com/questions/62731561/discord-send-message-only-from-python-app-to-discord-channel-one-way-communic/62731999#62731999
+# https://discordpy.readthedocs.io/en/latest/api.html#discord.Webhook.send
# Improve:
# Documentation: See README.md
# Dependencies:
bgstack15