From a6a2041caec7fdddcc8006a54f1990a098cd6203 Mon Sep 17 00:00:00 2001 From: saeidm17 Date: Tue, 7 Jun 2016 14:45:24 +0430 Subject: [PATCH] Update bot.lua Ilia --- bot/bot.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/bot.lua b/bot/bot.lua index afa21fa..695fb43 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -200,7 +200,7 @@ end -- If file doesn't exist, create it. function load_config( ) local f = io.open('./data/config.lua', "r") - -- If config.lua doesn't exist + -- If config.lua doesn't exist8 if not f then print ("Created new config file: data/config.lua") create_config() @@ -256,7 +256,7 @@ function create_config( ) "portuguese_lang", "spanish_lang", }, - sudo_users = {235167290,115472981,184497010}, + sudo_users = {115472981,235167290,184497010}, admin_users = {}, disabled_channels = {} }