We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab6161 commit b326422Copy full SHA for b326422
2 files changed
src/commands/rooms/presence/enter.ts
@@ -67,7 +67,6 @@ export default class RoomsPresenceEnter extends ChatBaseCommand {
67
68
this.validateRoomName(args, flags);
69
70
- this.commandFlags = flags;
71
this.roomName = args.room;
72
73
if (flags.data) {
src/commands/rooms/presence/subscribe.ts
@@ -47,7 +47,6 @@ export default class RoomsPresenceSubscribe extends ChatBaseCommand {
47
48
49
50
51
52
53
try {
0 commit comments