|
@@ -322,8 +322,7 @@ POINTS_AWARD = {config_dict['POINTS_AWARD']} # How many points awarded each int
|
|
|
GUNICORN = {config_dict['GUNICORN']} # Integrate OwnchatBot logging into Gunicorn\n\
|
|
GUNICORN = {config_dict['GUNICORN']} # Integrate OwnchatBot logging into Gunicorn\n\
|
|
|
PREFIX = '{config_dict['PREFIX']}' # Preceeds commands, so OwnchatBot knows what is a command\n\
|
|
PREFIX = '{config_dict['PREFIX']}' # Preceeds commands, so OwnchatBot knows what is a command\n\
|
|
|
KOFI_TOKEN = '{config_dict['KOFI_TOKEN']}' # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.\n\
|
|
KOFI_TOKEN = '{config_dict['KOFI_TOKEN']}' # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.\n\
|
|
|
-KOFI_INTEGRATION = {config_dict['KOFI_INTEGRATION']} # Integrate OwnchatBot with Ko-fi\n\
|
|
|
|
|
-FOLLOW_POINTS = {config_dict['FOLLOW_POINTS']} # How many points to award viewers for following"
|
|
|
|
|
|
|
+KOFI_INTEGRATION = {config_dict['KOFI_INTEGRATION']} # Integrate OwnchatBot with Ko-fi"
|
|
|
|
|
|
|
|
try:
|
|
try:
|
|
|
with open(settings_file, 'w') as f:
|
|
with open(settings_file, 'w') as f:
|