FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Pythonista-Bot/config.template.toml at main · PythonistaGuild/Pythonista-Bot · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PythonistaGuild
/
Pythonista-Bot
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
17
Code
Issues
5
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Pythonista-Bot
/
config.template.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (29 loc) · 796 Bytes
Breadcrumbs
Pythonista-Bot
/
config.template.toml
Copy path
File metadata and controls
37 lines (29 loc) · 796 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
prefix
=
'
>>
'
owner_ids
= [
123
,
456
,
789
]
#
user or role ids, optional
[
TOKENS
]
bot
=
'
'
idevision
=
'
'
#
optional key
pythonista
=
'
'
#
optional key
[
DATABASE
]
dsn
=
'
postgres://pythonistabot:pythonistabot@database:5432/pythonistabot
'
#
assumed default
[
BADBIN
]
domains
= [
"
pastebin.com
"
,
"
hastebin.com
"
]
#
50 = CRITICAL
#
40 = ERROR
#
30 = WARNING
#
20 = INFO
#
10 = DEBUG
[
LOGGING
]
webhook_url
=
"
"
#
optional
webhook_avatar_url
=
"
"
#
optional
runner
=
123456789
#
optional: sets the webhook avatar url (will be overridden by the webhook_avatar_url attribute)
level
=
20
[
SUGGESTIONS
]
#
optional
webhook_url
=
"
"
[
SNEKBOX
]
#
optional
url
=
'
http://snekbox:8060/eval
'
#
default url
[
GITHUB
]
#
optional
bot_secret
=
"
"
[
WEBSERVER
]
#
optional
host
=
"
127.0.0.1
"
port
=
2332
Back
|
FazBrowse Home
|
New Git URL