mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-04-03 15:45:23 +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
|
||||
environment:
|
||||
- NAME=bork
|
||||
- NAME=Aaron
|
||||
- USER_DID=did:plc:ksjfbda7262bbqmuoly54lww
|
||||
networks:
|
||||
- bun
|
||||
|
||||
|
@ -115,7 +115,7 @@ async function initialize() {
|
||||
|
||||
initialize().then(() => {
|
||||
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