diff --git a/build/index.html b/build/index.html index 3983699..95d309d 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1,15 @@ -Embed Visualizer
\ No newline at end of file + + + + + + + + Embed Visualizer + + + +
+ + + \ No newline at end of file diff --git a/src/snippets/discordpy.js b/src/snippets/discordpy.js index fbc4cc1..01b21b4 100644 --- a/src/snippets/discordpy.js +++ b/src/snippets/discordpy.js @@ -80,7 +80,7 @@ export default { const args = { name: field.name ? JSON.stringify(field.name) : null, value: field.value ? JSON.stringify(field.value) : null, - inline: field.inline !== undefined ? toTitleCase(field.inline.toString()) : null + inline: field.inline !== undefined ? toTitleCase(field.inline.toString()) : toTitleCase("False") }; result.push(`embed.add_field(${pythonKwargs(args)})`); }