Skip to content

Commit 0a81faf

Browse files
committed
chore: build fix
1 parent 77caf26 commit 0a81faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/legacy/src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export class LegacyHandlerPlugin extends RuntimePlugin<LegacyHandlerPluginOption
167167

168168
for (const command of commands) {
169169
const data: LoadedCommand = {
170+
discordId: null,
170171
command: {
171172
category: command.category,
172173
id: crypto.randomUUID(),

0 commit comments

Comments
 (0)