Set appropriate browsers

This commit is contained in:
Adhiraj
2020-07-13 14:14:45 +05:30
parent 51484df602
commit 3534bd856f
3 changed files with 15 additions and 8 deletions

View File

@@ -1,11 +1,6 @@
import { WA } from '../Binary/Constants'
import { proto } from '../../WAMessage/WAMessage'
export const Browsers: Record<string, (string) => [string, string, string]> = {
ubuntu: browser => ['Ubuntu', browser, '18.04'],
macOS: browser => ['Mac OS', browser, '10.15.3'],
baileys: browser => ['Baileys', browser, '2.0']
}
export enum MessageLogLevel {
none=0,
unhandled=1,