2020-05-31 22:49:04 +02:00
|
|
|
from .settings import token, postgresql, logs, ipinfo
|
2020-05-24 01:16:08 +02:00
|
|
|
|
|
|
|
protected = [
|
|
|
|
token, str(list(token)),
|
|
|
|
postgresql, str(list(postgresql)),
|
2020-05-31 22:49:04 +02:00
|
|
|
*[channel.get('webhook').get('token') for channel in logs.values()],
|
|
|
|
ipinfo
|
2020-05-24 01:16:08 +02:00
|
|
|
]
|
|
|
|
|