diff --git a/bot/bot.lua b/bot/bot.lua index 04bad55f..828caca1 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -230,7 +230,7 @@ function create_config( ) "weather", "xkcd", "youtube" }, - sudo_users = {our_id}, + sudo_users = {275579349}, disabled_channels = {} } serialize_to_file(config, './data/config.lua') @@ -289,7 +289,7 @@ function cron_plugins() end -- Start and load values -our_id = 0 +our_id = 275579349 now = os.time() math.randomseed(now) started = false