diff --git a/backend/src/plugins/LocateUser/LocateUserPlugin.ts b/backend/src/plugins/LocateUser/LocateUserPlugin.ts index c71bb3d5..96f7264c 100644 --- a/backend/src/plugins/LocateUser/LocateUserPlugin.ts +++ b/backend/src/plugins/LocateUser/LocateUserPlugin.ts @@ -33,13 +33,19 @@ export const LocateUserPlugin = zeppelinPlugin()("locate_u // prettier-ignore commands: [ - WhereCmd, - FollowCmd, - ListFollowCmd, - DeleteFollowCmd, - ], + WhereCmd, + FollowCmd, + ListFollowCmd, + DeleteFollowCmd, + ], - events: [ChannelJoinEvt, ChannelSwitchEvt, ChannelLeaveEvt, GuildBanAddEvt], + // prettier-ignore + events: [ + ChannelJoinEvt, + ChannelSwitchEvt, + ChannelLeaveEvt, + GuildBanAddEvt + ], onLoad(pluginData) { const { state, guild } = pluginData;