Add missing defconfig

This commit is contained in:
2023-07-25 00:35:27 +02:00
parent bd12ea209e
commit aeb981629e
4 changed files with 86 additions and 27 deletions

21
LibWinDog/Config.py Normal file
View File

@ -0,0 +1,21 @@
# ================================== #
# 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'