g.command 'add' do |c|
          c.flag 'channel_id', desc: 'Channel to add bookmark in.'
          c.flag 'title', desc: 'Title for the bookmark.'
          c.flag 'type', desc: 'Type of the bookmark i.e link.'
          c.flag 'emoji', desc: 'Emoji tag to apply to the link.'