Corrected names for vithrax bot config

This commit is contained in:
OTCv8 2020-11-16 11:24:23 +01:00
parent 2d1cbaae12
commit fd36321c7c
20 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
if player:getBlessings() == 0 then
say("!bless")
schedule(2000, function()
if player:getBlessings() == 0 then
error("!! Blessings not bought !!")
end
end)
end