3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-14 22:05:01 +00:00
zeppelin/backend/src/plugins/GuildMemberCache/info.ts
2024-04-09 20:57:18 +03:00

6 lines
178 B
TypeScript

import { ZeppelinPluginInfo } from "../../types.js";
export const guildMemberCachePluginInfo: ZeppelinPluginInfo = {
prettyName: "Guild member cache",
showInDocs: false,
};