Skip to content

Commit 5f468cd

Browse files
committed
new
1 parent c8a5cad commit 5f468cd

File tree

4 files changed

+3
-50
lines changed

4 files changed

+3
-50
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules
22
.pnpm-lock.yaml
33
build/Release
4-
4+
test
55
node_modules/
66
jspm_packages/
77

example/Features/paginate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ client.on('messageCreate', async (message) => {
2020
});
2121
```
2222
## Customization
23-
you can provide options to paginate function
23+
you can provide options to paginate
2424

2525
```js
2626
const options = {
@@ -36,3 +36,4 @@ const options = {
3636
}
3737
```
3838

39+

example/paginate.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"files": [
77
"src"
88
],
9-
109
"scripts": {
1110
"test": "echo \"Error: no test specified\" && exit 1",
1211
"build": "node src/index.js"

0 commit comments

Comments
 (0)