mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
temp disable custom_events
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
baff82015c
commit
69f2f3d516
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ export const CustomEventsPlugin = zeppelinGuildPlugin<CustomEventsPluginType>()(
|
|||
runEvent(pluginData, event, { msg: message, args }, values);
|
||||
},
|
||||
});
|
||||
pluginData.commands.add(eventCommand);
|
||||
// FIXME: Typings
|
||||
// pluginData.messageCommands.add(eventCommand);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue