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 // prettier-ignore
commands: [ commands: [
WhereCmd, WhereCmd,
FollowCmd, FollowCmd,
ListFollowCmd, ListFollowCmd,
DeleteFollowCmd, DeleteFollowCmd,
], ],
events: [ChannelJoinEvt, ChannelSwitchEvt, ChannelLeaveEvt, GuildBanAddEvt], // prettier-ignore
events: [
ChannelJoinEvt,
ChannelSwitchEvt,
ChannelLeaveEvt,
GuildBanAddEvt
],
onLoad(pluginData) { onLoad(pluginData) {
const { state, guild } = pluginData; const { state, guild } = pluginData;