fiexed
This commit is contained in:
parent
b0cdc9b779
commit
dd38060253
2
main.py
2
main.py
@ -118,6 +118,7 @@ def general():
|
|||||||
lien = input(t["lien"])
|
lien = input(t["lien"])
|
||||||
edit_config_txt('FidelityLink',lien)
|
edit_config_txt('FidelityLink',lien)
|
||||||
|
|
||||||
|
|
||||||
def discord():
|
def discord():
|
||||||
enabled = confirm(t["discorde"], default = True)
|
enabled = confirm(t["discorde"], default = True)
|
||||||
if enabled :
|
if enabled :
|
||||||
@ -129,6 +130,7 @@ def discord():
|
|||||||
w2 = input(t["w2"])
|
w2 = input(t["w2"])
|
||||||
edit_config_txt("errorlink",w2)
|
edit_config_txt("errorlink",w2)
|
||||||
|
|
||||||
|
|
||||||
def sql() :
|
def sql() :
|
||||||
enabled = confirm(t["msqle"], default = False)
|
enabled = confirm(t["msqle"], default = False)
|
||||||
if enabled :
|
if enabled :
|
||||||
|
@ -14,7 +14,7 @@ Headless = True
|
|||||||
DiscordErrorEnabled = True
|
DiscordErrorEnabled = True
|
||||||
DiscordSuccessEnabled = True
|
DiscordSuccessEnabled = True
|
||||||
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
successlink = https://discord.com/api/webhooks/[put your webhook here]
|
||||||
errorlink =https://discord.com/api/webhooks/[put your webhook here]
|
errorlink = https://discord.com/api/webhooks/[put your webhook here]
|
||||||
|
|
||||||
[PROXY]
|
[PROXY]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user