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
+2
View File
@@ -134,6 +134,8 @@ export const handleModalSubmit = async(
await channel.send({ await channel.send({
components: [ components: [
{ {
// eslint-disable-next-line @typescript-eslint/naming-convention -- Discord API.
accent_color: null,
components: [ components: [
{ {
content: `# ${question}`, content: `# ${question}`,