Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit e4c5c55

Browse files
authored
Update index.js
1 parent 6c04c6d commit e4c5c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ let replapi = require('./src')
33
module.exports = {
44
User: replapi.User,
55
Post: replapi.Post,
6+
Repl: replapi.Repl,
67
Comment: replapi.Comment,
78
Leaderboard: replapi.Leaderboard,
9+
Board: replapi.Board,
810
Notifications: replapi.Notifications,
911
Misc: replapi.Misc,
1012
Login: replapi.Login

0 commit comments

Comments
 (0)