diff --git a/src/handler/structures/enums.ts b/src/handler/structures/enums.ts index b0d2503..70dd882 100644 --- a/src/handler/structures/enums.ts +++ b/src/handler/structures/enums.ts @@ -16,4 +16,4 @@ enum PluginType { Event = 0b10, } -export { CommandType, PluginType }; \ No newline at end of file +export { CommandType, PluginType };