Nice update to preconfig formats

This commit is contained in:
Ken MacInnis 2022-06-13 17:09:05 -07:00 committed by GitHub
parent 0097d022e8
commit 12c1f1639e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ PRECONFIGURED_FORMAT = {
'2': r'%c 🌡️%t 🌬️%w\n', '2': r'%c 🌡️%t 🌬️%w\n',
'3': r'%l: %c %t\n', '3': r'%l: %c %t\n',
'4': r'%l: %c 🌡️%t 🌬️%w\n', '4': r'%l: %c 🌡️%t 🌬️%w\n',
'69': r'nice',
} }
MOON_PHASES = ( MOON_PHASES = (