Added APOD plugin.

Gets Astronomy Picture of the Day, from NASA.
This commit is contained in:
Heitor P. de Bittencourt
2016-01-14 21:38:26 +02:00
parent fe549add63
commit be6ecc04e2
3 changed files with 79 additions and 3 deletions

View File

@ -6,6 +6,7 @@ return {
owm_api_key = '',
biblia_api_key = '',
thecatapi_key = '',
nasaapi_key = '',
time_offset = 0,
lang = 'en',
antisquig = false,
@ -99,7 +100,8 @@ telegram.me/otouto
'cats.lua',
'hearthstone.lua',
'shout.lua',
-- Put new plugins here.
'apod.lua',
-- Put new plugins above this line.
'help.lua',
'greetings.lua'
}