Skip to content

Commit b7f1ebc

Browse files
authoredJan 29, 2025··
fix: incorrect relative path (#10734)

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/discord.js/src/client/actions/PresenceUpdate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const Action = require('./Action');
44
const Events = require('../../util/Events');
5-
const Partials = require('../util/Partials');
5+
const Partials = require('../../util/Partials');
66

77
class PresenceUpdateAction extends Action {
88
handle(data) {

0 commit comments

Comments
 (0)
Please sign in to comment.