Skip to content

Commit 64dc776

Browse files
Merge pull request #223 from Pdzly/fix/devbin
2 parents 0a4ba37 + 57c2f5f commit 64dc776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/pastify/pastify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function upload(component: SplitMessageComponent) {
6161
body: JSON.stringify({
6262
title: `Pasted via DevDenBot`,
6363
content: component.content,
64-
language: component.language,
64+
content_language: "plain_text" // Currently only accepts this
6565
}),
6666
});
6767

0 commit comments

Comments
 (0)