WinDog/LibWinDog/Config.py
2023-07-25 00:35:27 +02:00

22 lines
545 B
Python

# ================================== #
# WinDog multi-purpose chatbot #
# Licensed under AGPLv3 by OctoSpacc #
# ================================== #
MastodonUrl = ''
MastodonToken = ''
TGID = 1637713483
TGToken = ''
TGAdmins = [ 123456789, ]
TGWhitelist = [ 123456789, ]
TGRestrict = False
DefaultLang = 'en'
Debug = False
Dumper = False
CmdPrefixes = '.!/'
# False: ASCII output; True: ANSI Output (must be escaped)
ExecAllowed = {'date': False, 'fortune': False, 'neofetch': True, 'uptime': False}
WebUserAgent = f'WinDog v.Staging'