Skip to content

Commit 8ec4b4c

Browse files
committed
reduce sonicsays scale
1 parent 6c2eca2 commit 8ec4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/sonicsays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ClintGenerator extends Generator {
1919
async generate(args) {
2020
await super.generate(args);
2121

22-
let base64 = await this.renderPuppet('sonicsays.html', { replace1: args.text, replace2: args.text }, 8);
22+
let base64 = await this.renderPuppet('sonicsays.html', { replace1: args.text, replace2: args.text }, 1);
2323

2424
await this.send(base64);
2525
}

0 commit comments

Comments
 (0)