mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 18:47:20 +00:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import { UtilityPlugin } from "./Utility/UtilityPlugin";
|
|
|
|
// prettier-ignore
|
|
export const guildPlugins = [
|
|
UtilityPlugin,
|
|
];
|
|
|
|
export const globalPlugins = [];
|