Config
Here you can find all the configurations that you can set with our lottery script
Mio.Locals
-- LANGUAGE SETTINGS --
-- CHANGE LANGUAGE PARTS OF SCRIPT
Mio.Locals = {
noticket = 'You don’t have any lottery tickets left in your inventory!',
ticketsubmitted = 'Lottery ticket submitted successfully!',
notenough = 'Not enough participants for the draw.',
drawstarted = 'The lottery draw has started!',
drawwin = 'You have won the lottery draw!',
numbersbtw = 'All numbers must be between 1 and 49.',
manuell = 'The lottery draw has been manually started!',
noaccess = 'You do not have permission to use this command.',
selectsix = "Please select exactly 6 numbers!",
errorsending = "Error sending the numbers - please try again!",
}
-- LANGUAGE SETTINGS END --Mio.Base
Mio.Prices
Mio.Notify
Mio.Webhook
Last updated