mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +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 = [];
|