File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # 2.1.5
4+ - Fixed the issue of the dist/ folder not being included.
5+
36# 2.1.4
47- Reverted to ` node-fetch ` for Node versions < 18
58
Original file line number Diff line number Diff line change 1616Planning a trivia command for your Discord bot?
1717` discord-trivia ` v2 is coming!: https://github.com/Elitezen/discord-trivia
1818
19- # 2.1.4
20- - Reverted to ` node-fetch ` for Node versions < 18
19+ # 2.1.5
20+ - Fixed the issue of the dist/ folder not being included.
2121
2222## Example Code
2323``` js
Original file line number Diff line number Diff line change 11{
22 "name" : " open-trivia-db" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 2.1.5 " ,
44 "description" : " A small and simple wrapper for the Open Trivia Database API." ,
55 "keywords" : [
66 " opentriviadatabase" ,
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ export default class OpenTDBError extends TypeError {
99 super ( error . text ) ;
1010 this . name = `OpenTDBError [${ error . header } ]` ;
1111 }
12- }
12+ }
You can’t perform that action at this time.
0 commit comments