mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
Add text transcripts plugin
This commit is contained in:
parent
0efee8ef15
commit
8cd93df4dc
@ -24,7 +24,8 @@ module.exports = class PluginManager {
|
|||||||
/** Array of official plugins to be used to check if a plugin is official */
|
/** Array of official plugins to be used to check if a plugin is official */
|
||||||
this.official = [
|
this.official = [
|
||||||
'dsctickets.settings-server',
|
'dsctickets.settings-server',
|
||||||
'dsctickets.portal'
|
'dsctickets.portal',
|
||||||
|
'dsctickets.text-transcripts'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -90,4 +91,4 @@ module.exports = class PluginManager {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user