mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-05-15 07:08:45 +00:00
Got high and forgot what I did. The diff probably speaks for itself
This commit is contained in:
parent
3589cae584
commit
e4881d29d4
@ -10,7 +10,8 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- NAME=bork
|
- NAME=Aaron
|
||||||
|
- USER_DID=did:plc:ksjfbda7262bbqmuoly54lww
|
||||||
networks:
|
networks:
|
||||||
- bun
|
- bun
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ async function initialize() {
|
|||||||
|
|
||||||
initialize().then(() => {
|
initialize().then(() => {
|
||||||
jetstreamSubscription.createSubscription()
|
jetstreamSubscription.createSubscription()
|
||||||
DebugLog.info("INIT", 'Initialized!')
|
DebugLog.info("INIT", 'Initialized and watching ' + <string>Bun.env.NAME + ' (' + <string>Bun.env.USER_DID + ')')
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user