mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Temporarily disable nickname history before optimization
This commit is contained in:
parent
92ac9c21ad
commit
aea3f4d657
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ export const NameHistoryPlugin = zeppelinGuildPlugin<NameHistoryPluginType>()({
|
|||
|
||||
// prettier-ignore
|
||||
events: [
|
||||
ChannelJoinEvt,
|
||||
MessageCreateEvt,
|
||||
// FIXME: Temporary
|
||||
// ChannelJoinEvt,
|
||||
// MessageCreateEvt,
|
||||
],
|
||||
|
||||
beforeLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue