We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77caf26 commit 0a81fafCopy full SHA for 0a81faf
packages/legacy/src/plugin.ts
@@ -167,6 +167,7 @@ export class LegacyHandlerPlugin extends RuntimePlugin<LegacyHandlerPluginOption
167
168
for (const command of commands) {
169
const data: LoadedCommand = {
170
+ discordId: null,
171
command: {
172
category: command.category,
173
id: crypto.randomUUID(),
0 commit comments