aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/noCanaryMessageLinks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/noCanaryMessageLinks.ts')
-rw-r--r--src/plugins/noCanaryMessageLinks.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/noCanaryMessageLinks.ts b/src/plugins/noCanaryMessageLinks.ts
index 67c9176..ebd6782 100644
--- a/src/plugins/noCanaryMessageLinks.ts
+++ b/src/plugins/noCanaryMessageLinks.ts
@@ -16,10 +16,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import { addPreSendListener, MessageObject, removePreSendListener } from "../api/MessageEvents";
-import { Devs } from "../utils/constants";
-import definePlugin, { OptionType } from "../utils/types";
-import { Settings } from "../Vencord";
+import { addPreSendListener, MessageObject, removePreSendListener } from "@api/MessageEvents";
+import { Settings } from "@api/settings";
+import { Devs } from "@utils/constants";
+import definePlugin, { OptionType } from "@utils/types";
export default definePlugin({
name: "NoCanaryMessageLinks",