3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 09:35:02 +00:00

Temporarily disable nickname history before optimization

This commit is contained in:
Dragory 2021-09-12 22:41:34 +03:00
parent 209a9a8214
commit c24830542a

View file

@ -35,8 +35,9 @@ export const NameHistoryPlugin = zeppelinGuildPlugin<NameHistoryPluginType>()({
// prettier-ignore // prettier-ignore
events: [ events: [
ChannelJoinEvt, // FIXME: Temporary
MessageCreateEvt, // ChannelJoinEvt,
// MessageCreateEvt,
], ],
beforeLoad(pluginData) { beforeLoad(pluginData) {