Temporarily disable nickname history before optimization

This commit is contained in:
Dragory 2021-09-12 22:41:34 +03:00
parent 92ac9c21ad
commit aea3f4d657
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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