44 lines
752 B
Text
44 lines
752 B
Text
token = ""
|
|
prefix = "drw."
|
|
|
|
main_guild = int
|
|
|
|
logs = {
|
|
"gateway": {
|
|
'channel': int,
|
|
'webhook': {
|
|
'id': int,
|
|
'token': ''
|
|
}
|
|
},
|
|
"dm": {
|
|
'channel': int,
|
|
'webhook': {
|
|
'id': int,
|
|
'token': ''
|
|
}
|
|
},
|
|
"mentions": {
|
|
'channel': int,
|
|
'webhook': {
|
|
'id': int,
|
|
'token': ''
|
|
}
|
|
},
|
|
"guilds": {
|
|
'channel': int,
|
|
'webhook': {
|
|
'id': int,
|
|
'token': ''
|
|
}
|
|
},
|
|
"errors": {
|
|
'channel': int,
|
|
'webhook': {
|
|
'id': int,
|
|
'token': ''
|
|
}
|
|
},
|
|
}
|
|
|
|
postgresql = 'postgres://tuxbot:tuxbot@localhost:5432/tuxbot-rewrite'
|