mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Add missing defconfig
This commit is contained in:
21
LibWinDog/Config.py
Normal file
21
LibWinDog/Config.py
Normal 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'
|
Reference in New Issue
Block a user