Skip to content

Commit

Permalink
fix: remove unavailable options from "setActivity" command (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthova authored Apr 25, 2024
1 parent c1e45dd commit e70decc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/setActivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export const SetActivity = Activity.pick({
assets: true,
party: true,
secrets: true,
buttons: true,
instance: true,
supported_platforms: true,
type: true,
})
.extend({
Expand Down

0 comments on commit e70decc

Please sign in to comment.