🎞️ Added !addmovie command
This commit is contained in:
1
resources/help/help-addmovie.txt
Normal file
1
resources/help/help-addmovie.txt
Normal 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.
|
@ -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]".
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user