-
Notifications
You must be signed in to change notification settings - Fork 0
/
octo-reminder.yml
35 lines (29 loc) · 903 Bytes
/
octo-reminder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Octo Reminder Configuration
## Command Prefix
### Define the prefix of your custom command.
### Type: '/' | '!'
### Default: '@' (works only in combination with command_name 'set-reminder')
command_prefix: '/'
## Command Name
### Define the name of your custom command.
### Type: String
### Default: 'set-reminder'
command_name: 'remind'
## Language
### Define the language.
### Type: 'en' | 'fr' | 'de' | 'pt' | 'nl' | 'ja'
### Default: 'en'
language: 'en'
## Timezone
### Define the timezone.
### Type: String (see also https://github.com/moment/moment-timezone/blob/develop/data/packed/latest.json)
### Default: 'Europe/London'
timezone: 'Europe/Helsinki'
## Default Hour
### Define the hour that will be used, when no time is specified.
### Type: Number
default_hour: 1
## Default Minute
### Define the minute that will be used, when no time is specified.
### Type: Number
default_minute: 0