npm install
/moviebot <command> [result option] <term>
-
The first result for Star Wars
/moviebot find --first Star Wars
or/moviebot find Star Wars
-
The most popular result for Star Wars
/moviebot find --popular Star Wars
or/moviebot find --pop Star Wars
-
Is the bot still alive?
/moviebot ping
- Use
node fetch
package to remove Node >=17.5 requirement- If fetch is not available in Node.js Core then
node-fetch
will be used
- If fetch is not available in Node.js Core then
- Update this file with deployment instructions
- What service is useful for hosting Discord bots?
- Figure out a nice interface for:
- Searching for movies, tv, or people aside from making requests to the
/multi
API - Pagination - What if you didn't want the first or most popular result?
- Searching for movies, tv, or people aside from making requests to the
- Update to
Discord.js
13 with intents, slash command registration, and ES6 support - Incorporate logging with
winston