summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-07-18 13:31:04 +0200
committerTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-07-18 13:31:04 +0200
commit59c42c950b76ed99b3349ff64d98f979c75b2701 (patch)
tree71c8d707802969dcfb223d6327c83d45ff63b833 /src
parentFix ESLint & prettier (diff)
downloadserver-ts-59c42c950b76ed99b3349ff64d98f979c75b2701.tar.xz
try manual conflict resolving
Diffstat (limited to 'src')
-rw-r--r--src/util/entities/Message.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/entities/Message.ts b/src/util/entities/Message.ts

index 6f7120231..4a1ed5b42 100644 --- a/src/util/entities/Message.ts +++ b/src/util/entities/Message.ts
@@ -218,6 +218,9 @@ export class Message extends BaseClass { @Column({ type: "simple-json", nullable: true }) components?: MessageComponent[]; + @Column({ type: "simple-json", nullable: true }) + poll?: Poll; + @Column({ nullable: true }) username?: string;