diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-11 15:57:43 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-11 15:57:43 -0500 |
commit | 48b6864f071f9f714a3689ca8a75a690c4e6af2a (patch) | |
tree | fcc40de4d075eadd894a0d036d1d35270c7fa8f5 /sniffa.py | |
parent | add discord logic and ini example (diff) | |
download | sniffa-48b6864f071f9f714a3689ca8a75a690c4e6af2a.tar.gz sniffa-48b6864f071f9f714a3689ca8a75a690c4e6af2a.tar.bz2 sniffa-48b6864f071f9f714a3689ca8a75a690c4e6af2a.zip |
improve documentationdiscord
Diffstat (limited to 'sniffa.py')
-rwxr-xr-x | sniffa.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |