summaryrefslogtreecommitdiff
path: root/watches-example.ini
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-11 15:40:54 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-11 15:40:54 -0500
commite67d26de5b45164b944c396c9292f33d7ebefd3f (patch)
treea103925a08fb94f95d9721e67bcab420edd0da21 /watches-example.ini
parentCreate minimalistic implementation and docs (diff)
downloadsniffa-e67d26de5b45164b944c396c9292f33d7ebefd3f.tar.gz
sniffa-e67d26de5b45164b944c396c9292f33d7ebefd3f.tar.bz2
sniffa-e67d26de5b45164b944c396c9292f33d7ebefd3f.zip
add discord logic and ini example
Diffstat (limited to 'watches-example.ini')
-rw-r--r--watches-example.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/watches-example.ini b/watches-example.ini
new file mode 100644
index 0000000..4854e23
--- /dev/null
+++ b/watches-example.ini
@@ -0,0 +1,8 @@
+[sniffa.domain]
+url = https://forums.ageofempires.com
+webhook = 'https://discord.com/api/webhooks/123498237429749274924/justanexamplewebhook123458987s87'
+discord_user = AoE2 forum bot
+
+[VOTE NOW ranked rotation #age-of-empires-ii:aoe2-de in:title]
+ids = 666250,280747,280748,666257,651927
+
bgstack15