Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Update bot.lua #408

Open
wants to merge 2 commits into
base: supergroups
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bot/bot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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