Skip to content

DeelTer/DateEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DateEvents

Commands are executed at a specific time

Vk Build

Config.yml:

#Check time in seconds
check-time: 25

events:
  custom-event: #Event name
    zone: "Europe/Moscow" #Timezone
    day: #Days on which event will be launched (if list is empty = every day)
      - "MONDAY"
      - "TUESDAY"
    time: #Event launch time
      - "05:04"
      - "04:30"
      - "02:10"
    commands: #Commands that the event will execute
      - "say It works!"
      - "say Hello guys"

#Days: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY

#Debug to console
debug: false

About

create events with linked time

Resources

Stars

Watchers

Forks

Languages