Skip to content

Commit

Permalink
adding commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed Dec 15, 2024
1 parent 5f44627 commit 828bbaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/src/doodlebot/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const command = {
display: "d",
pen: "u",
network: "g",
wait: "w",
execute: "z"
} as const;

export type CommandKey = keyof typeof command;
Expand Down

0 comments on commit 828bbaf

Please sign in to comment.