Fetcher mimicks Python libraries behavior for more reliabilty. Removed inline comments from env.example since Go hates it.
This commit is contained in:
21
.env.example
21
.env.example
@@ -2,13 +2,18 @@
|
||||
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
||||
DISCORD_CHANNEL_ID=your_discord_channel_id_here
|
||||
DISCORD_GUILD_ID=your_discord_guild_id_here
|
||||
DISCORD_PING_USER_ID=your_discord_user_id_here # Get this by right-clicking your Discord profile
|
||||
# Get this by right-clicking your Discord profile
|
||||
DISCORD_PING_USER_ID=your_discord_user_id_here
|
||||
DISCORD_WEBHOOK_URL=your_discord_webhook_url_here
|
||||
RECONNECT_INTERVAL=5 # Interval between reconnect attempts if connection is lost
|
||||
SNEEDCHAT_ROOM_ID=1 # Which room will be bridged, append integer at the end of room name. Current options: general.1, gunt.8, keno-kasino.15, fishtank.16, beauty-parlor.18, sports.19,
|
||||
ENABLE_FILE_LOGGING=false # Enable logging to bridge.log file (true/false, default: false)
|
||||
# Interval between reconnect attempts if connection is lost
|
||||
RECONNECT_INTERVAL=5
|
||||
# Which room will be bridged, append integer at the end of room name. Current options: general.1, gunt.8, keno-kasino.15, fishtank.16, beauty-parlor.18, sports.19,
|
||||
SNEEDCHAT_ROOM_ID=1
|
||||
# Enable logging to bridge.log file for debugging purposes(true/false, default: false)
|
||||
ENABLE_FILE_LOGGING=false
|
||||
|
||||
# Optional: Prevent echo loops by filtering messages from the bridge bot
|
||||
# BRIDGE_USER_ID=123456 # Numeric user ID of your bridge bot account on Sneedchat
|
||||
# BRIDGE_USERNAME=YourBridgeBot # Username of your bridge bot account on Sneedchat
|
||||
# BRIDGE_PASSWORD=Password # Password of your account
|
||||
#Use your Kiwifarm crendeitals for here
|
||||
#This USER_ID number is in the url when you go to your profile, its required to prevent Discord from echoing your own messages back to you and to allow pings/push notifications work on Discord
|
||||
# BRIDGE_USER_ID=123456
|
||||
# BRIDGE_USERNAME=YourBridgeBot
|
||||
# BRIDGE_PASSWORD=Password
|
||||
Reference in New Issue
Block a user