🎞️ Added !addmovie command

This commit is contained in:
NikolajDanger
2021-01-31 18:31:23 +01:00
parent 10fb0f7f6e
commit 4cfd5af9da
12 changed files with 117 additions and 5 deletions

View File

@ -0,0 +1 @@
Du kan søge efter en film ved at skrive `!addmovie [søgning]`. Gwendolyn vil derefter vise dig resultater baseret på din søgning. Du kan derfra reagere på Gwendolyns besked for at downloade en specefik film.

View File

@ -38,4 +38,6 @@
`!wolf` - Lader dig slå ting op på Wolfram Alpha.
`!addmovie` - Lader dig tilføje film til Bedre Netflix.
Du kan få ekstra information om kommandoerne med "!help [kommando]".

View File

@ -59,7 +59,7 @@
"resources/starWars/destinyPoints.txt": "",
"resources/movies.txt": "The Room",
"resources/names.txt": "Gandalf",
"credentials.txt" : "Bot token: TOKEN\nFinnhub API key: KEY\nWordnik API Key: KEY\nMongoDB user: USERNAME\nMongoDB password: PASSWORD\nWolframAlpha AppID: APPID",
"credentials.txt" : "Bot token: TOKEN\nFinnhub API key: KEY\nWordnik API Key: KEY\nMongoDB user: USERNAME\nMongoDB password: PASSWORD\nWolframAlpha AppID: APPID\nRadarr API key: KEY",
"options.txt" : "Prefix: !\nTesting: True"
},
"folder" : [
@ -67,6 +67,7 @@
"resources/games/4InARowBoards",
"resources/games/hexBoards",
"resources/games/monopolyBoards",
"resources/games/hangmanBoards"
"resources/games/hangmanBoards",
"resources/bedreNetflix"
]
}