Skip to content

Commit

Permalink
disbale event
Browse files Browse the repository at this point in the history
  • Loading branch information
akpi816218 committed May 5, 2024
1 parent 040fd35 commit a851a73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Writable } from '../struct/discord/types';
export const name = Events.PresenceUpdate;
export const once = false;
export const execute = async (before: Presence, after: Presence) => {
/*let guild: Guild;
let guild: Guild;
if (before.guild) guild = before.guild;
else if (after.guild) guild = after.guild;
else return;
Expand Down Expand Up @@ -88,5 +88,5 @@ function getDifferentElements<T>(before: T[], after: T[]) {
return {
removed: beforeCopy,
added: afterCopy
};*/
};
}

0 comments on commit a851a73

Please sign in to comment.