From b60bf8f0d75281a737bd139ef4f62bd57ec8d336 Mon Sep 17 00:00:00 2001 From: PineappleFan Date: Sun, 12 Mar 2023 10:35:39 +0000 Subject: [PATCH] Update privacy.ts | Extra " inside a ' ' string --- src/commands/privacy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/privacy.ts b/src/commands/privacy.ts index 587a7bc..a2abd48 100644 --- a/src/commands/privacy.ts +++ b/src/commands/privacy.ts @@ -44,7 +44,7 @@ const callback = async (interaction: CommandInteraction): Promise => { .setTitle("Scanners") .setDescription( "Nucleus scans content sent by users for malware and NSFW content\n" + - 'Malware is detected using [ClamAV](https://clamav.net/), and the standard ClamAV database."\n' + + 'Malware is detected using [ClamAV](https://clamav.net/), and the standard ClamAV database.\n' + "NSFW detection is provided by [NsfwJS](https://nsfwjs.com/), with a model provided by [GantMan](https://github.com/GantMan/nsfw_model/releases/tag/1.1.0)\n\n" + "All data is processed on our servers and is not processed by a 3rd party." )