mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +00:00
Re-enable Namehistory
This commit is contained in:
parent
9d2fbee17f
commit
0f3e8f3860
3 changed files with 4 additions and 5 deletions
|
@ -35,9 +35,8 @@ export const NameHistoryPlugin = zeppelinGuildPlugin<NameHistoryPluginType>()({
|
|||
|
||||
// prettier-ignore
|
||||
events: [
|
||||
// FIXME: Temporary
|
||||
// ChannelJoinEvt,
|
||||
// MessageCreateEvt,
|
||||
ChannelJoinEvt,
|
||||
MessageCreateEvt,
|
||||
],
|
||||
|
||||
beforeLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue