Browse Source

sorry...

pull/159/head
Abdul Rahman 2 years ago
parent
commit
f6e6b83ac4
  1. 4
      src/config/settings.go

4
src/config/settings.go

@ -3,7 +3,7 @@ package config
import ( import (
"log" "log"
"os" "os"
"github.com/joho/godotenv" // Import the godotenv package
"github.com/joho/godotenv"
waProto "go.mau.fi/whatsmeow/binary/proto" waProto "go.mau.fi/whatsmeow/binary/proto"
) )
@ -11,7 +11,7 @@ var (
AppVersion = "v4.14.0" AppVersion = "v4.14.0"
AppPort = "3000" AppPort = "3000"
AppDebug = false AppDebug = false
AppOs = "ABD-Whatsapp-Client"
AppOs = "AldinoKemal"
AppPlatform = waProto.DeviceProps_PlatformType(1) AppPlatform = waProto.DeviceProps_PlatformType(1)
AppBasicAuthCredential string AppBasicAuthCredential string

Loading…
Cancel
Save