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

@ -33,13 +33,19 @@ export const LocateUserPlugin = zeppelinPlugin<LocateUserPluginType>()("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;