diff options
Diffstat (limited to 'src/plugins/apiCommands.ts')
-rw-r--r-- | src/plugins/apiCommands.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/apiCommands.ts b/src/plugins/apiCommands.ts index 7c02dd9..449f804 100644 --- a/src/plugins/apiCommands.ts +++ b/src/plugins/apiCommands.ts @@ -7,7 +7,7 @@ export default definePlugin({ description: "Api required by anything that uses commands", patches: [ { - find: `"giphy","tenor"`, + find: '"giphy","tenor"', replacement: [ { // Matches BUILT_IN_COMMANDS. This is not exported so this is |