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"])
|
||||
edit_config_txt('FidelityLink',lien)
|
||||
|
||||
|
||||
def discord():
|
||||
enabled = confirm(t["discorde"], default = True)
|
||||
if enabled :
|
||||
|
@ -129,6 +130,7 @@ def discord():
|
|||
w2 = input(t["w2"])
|
||||
edit_config_txt("errorlink",w2)
|
||||
|
||||
|
||||
def sql() :
|
||||
enabled = confirm(t["msqle"], default = False)
|
||||
if enabled :
|
||||
|
|
|
@ -14,7 +14,7 @@ Headless = True
|
|||
DiscordErrorEnabled = True
|
||||
DiscordSuccessEnabled = True
|
||||
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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue