summaryrefslogtreecommitdiff
path: root/sniffa.py
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-11 15:57:43 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-11 15:57:43 -0500
commit48b6864f071f9f714a3689ca8a75a690c4e6af2a (patch)
treefcc40de4d075eadd894a0d036d1d35270c7fa8f5 /sniffa.py
parentadd discord logic and ini example (diff)
downloadsniffa-48b6864f071f9f714a3689ca8a75a690c4e6af2a.tar.gz
sniffa-48b6864f071f9f714a3689ca8a75a690c4e6af2a.tar.bz2
sniffa-48b6864f071f9f714a3689ca8a75a690c4e6af2a.zip
improve documentationdiscord
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