Skip to content

Commit

Permalink
Merge pull request #10 from WickrInc/paul-deleteGroupConvo
Browse files Browse the repository at this point in the history
add call to the cmdDeleteGroupConvo
  • Loading branch information
dwickr authored Dec 21, 2023
2 parents 350004b + bdf80f4 commit cf2db4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ class WickrBot extends EventEmitter {
return this.wickr.cmdAddGroupConvo(users)
}

deleteGroupConvo(vgroupid) {
return this.wickr.cmdDeleteGroupConvo(vgroupid)
}

createRoom(users, moderators, title, description) {
if (typeof users === 'string') {
users = [users]
Expand Down

0 comments on commit cf2db4e

Please sign in to comment.