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

Commit e8271e7

Browse files
committed
fix(UserPasteStore): fix old export
1 parent e649aab commit e8271e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/struct/stores/UserPasteStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import User from "../User"
88
/**
99
* A structure that holds all of a user's cached pastes.
1010
*/
11-
module.exports = class UserPasteStore extends Map {
11+
export default class UserPasteStore extends Map {
1212
/**
1313
* The client this store belongs to.
1414
*/

0 commit comments

Comments
 (0)