Prettier: Ignore events in LocateUser

This commit is contained in:
Dark 2020-07-08 03:01:14 +02:00
parent 0b8e480626
commit ec06577b46

View file

@ -39,7 +39,13 @@ export const LocateUserPlugin = zeppelinPlugin<LocateUserPluginType>()("locate_u
DeleteFollowCmd,
],
events: [ChannelJoinEvt, ChannelSwitchEvt, ChannelLeaveEvt, GuildBanAddEvt],
// prettier-ignore
events: [
ChannelJoinEvt,
ChannelSwitchEvt,
ChannelLeaveEvt,
GuildBanAddEvt
],
onLoad(pluginData) {
const { state, guild } = pluginData;