Prettier: Ignore events in LocateUser
This commit is contained in:
parent
0b8e480626
commit
ec06577b46
1 changed files with 12 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue