aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/webpack.ts
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-09-28 12:15:30 +0200
committerVendicated <vendicated@riseup.net>2022-09-28 12:15:37 +0200
commit02ed954ce4f9a78478c9f93ff22fa7863917879f (patch)
treea232e8d9ea31d8e4162d0f9e1f90b30ed76446bf /src/webpack/webpack.ts
parent532fa8f7185bc9ba4ba267f093913109fac64b56 (diff)
downloadVencord-02ed954ce4f9a78478c9f93ff22fa7863917879f.tar.gz
Vencord-02ed954ce4f9a78478c9f93ff22fa7863917879f.tar.bz2
Vencord-02ed954ce4f9a78478c9f93ff22fa7863917879f.zip
Add clickableRoleDot plugin, toasts
Diffstat (limited to 'src/webpack/webpack.ts')
-rw-r--r--src/webpack/webpack.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts
index b8f10e4..64e2310 100644
--- a/src/webpack/webpack.ts
+++ b/src/webpack/webpack.ts
@@ -18,7 +18,7 @@ export const filters = {
if (!s.includes(c)) return false;
}
return true;
- }
+ },
};
export const subscriptions = new Map<FilterFn, CallbackFn>();