fix: silly required null props
Node.js CI / Lint and Test (push) Successful in 55s

This commit is contained in:
2025-09-27 17:47:31 -07:00
parent 6ebe3c3b20
commit 64065bfd9c
+3 -1
View File
@@ -134,7 +134,9 @@ export const handleModalSubmit = async(
await channel.send({ await channel.send({
components: [ components: [
{ {
components: [ // eslint-disable-next-line @typescript-eslint/naming-convention -- Discord API.
accent_color: null,
components: [
{ {
content: `# ${question}`, content: `# ${question}`,
type: 10, type: 10,