mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 22:05:01 +00:00
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
import { ZeppelinPluginInfo } from "../../types.js";
|
|
|
|
export const guildMemberCachePluginInfo: ZeppelinPluginInfo = {
|
|
prettyName: "Guild member cache",
|
|
showInDocs: false,
|
|
};
|